Skip to content

Commit

Permalink
Fix did not work. Reverting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertheimer authored Jan 20, 2025
1 parent 1e6639d commit 340be2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
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: rm -rf package-lock.json # required due to git bug where platform-specific files are not loaded when package-json is present
- run: npm ci --legacy-peer-deps # 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 @@ -89,7 +88,6 @@ jobs:
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: rm -rf package-lock.json # required due to git bug where platform-specific files are not loaded when package-json is present
- run: npm ci --legacy-peer-deps # 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 340be2f

Please sign in to comment.