Skip to content

Commit f06ed22

Browse files
authored
Merge pull request #23 from spmiller/fix-windows-pre-gyp
Fix Windows builds by using latest npm version
2 parents b3f5c37 + ed4fbb7 commit f06ed22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-native-assets-to-github-releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
if: matrix.os == 'windows-latest'
2727
shell: powershell
2828
run: |
29+
npm install --global npm@latest
2930
npm install --global node-gyp@latest
3031
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
3132
- name: build using node-pre-gyp

0 commit comments

Comments
 (0)