Skip to content

Commit

Permalink
npm install -g npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 30, 2024
1 parent 987bc35 commit d85edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
pip uninstall -y gyp-next
- name: Install Node.js dependencies
run: |
npm install -g npm
cd node-gyp
npm install --no-progress
- name: Replace gyp in node-gyp
Expand All @@ -60,5 +61,4 @@ jobs:
shell: pwsh
run: |
cd node-gyp
npm install -g npm
npm run test --python="${env:pythonLocation}\\python.exe"

0 comments on commit d85edfc

Please sign in to comment.