File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 node-version : ${{ matrix.node-version }}
4040 cache : ' npm'
4141 # shoulde eventually be a clean install using: - run: npm ci --legacy-peer-deps
42- - run : npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
42+ # - run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
4343 - run : npm ci # clean install (deletes node_modules)
4444 - run : npm link # necessary for some reason specific to NP dev setup
4545 # note: when upgrade to node 16+, add this to the following --max-old-space-size=8192
8787 node-version : ${{ matrix.node-version }}
8888 cache : ' npm'
8989 # shoulde eventually be a clean install using: - run: npm ci --legacy-peer-deps
90- - run : npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
90+ # - run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
9191 - run : npm ci # clean install (deletes node_modules)
9292 - run : npm link # necessary for some reason specific to NP dev setup
9393 # note: when upgrade to node 16+, add this to the following --max-old-space-size=8192
You can’t perform that action at this time.
0 commit comments