Skip to content

Commit 9545360

Browse files
committed
removing node-gyp to try to fix ci
1 parent 26cda23 commit 9545360

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)