Skip to content

Commit

Permalink
removing node-gyp to try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertheimer committed May 15, 2024
1 parent 26cda23 commit 9545360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# shoulde eventually be a clean install using: - run: npm ci --legacy-peer-deps
- run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
# - run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
- run: npm ci # clean install (deletes node_modules)
- run: npm link # necessary for some reason specific to NP dev setup
# note: when upgrade to node 16+, add this to the following --max-old-space-size=8192
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# shoulde eventually be a clean install using: - run: npm ci --legacy-peer-deps
- run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
# - run: npm i -g node-gyp@latest && npm config set node_gyp "/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js"
- run: npm ci # clean install (deletes node_modules)
- run: npm link # necessary for some reason specific to NP dev setup
# note: when upgrade to node 16+, add this to the following --max-old-space-size=8192
Expand Down

0 comments on commit 9545360

Please sign in to comment.