Skip to content

Commit

Permalink
Merge pull request microsoft#13 from volodymyrmigdal/master
Browse files Browse the repository at this point in the history
READY : Update node-gyp before npm install
  • Loading branch information
Wandalen committed Aug 12, 2021
2 parents 8e7450b + 3e72d98 commit 852efdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/WindowsPrebuild.yml
Expand Up @@ -35,6 +35,7 @@ jobs :
- name : Update npm if current version is 6
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
run : npm install -g npm@latest-6
- run : npm -g i node-gyp@latest
- run : npm -g i willbe@delta
- run : npm i --ignore-scripts
- run : npm list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/WindowsPublish.yml
Expand Up @@ -39,6 +39,7 @@ jobs :
- name : Update npm if current version is 6
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
run : npm install -g npm@latest-6
- run : npm -g i node-gyp@latest
- run : npm -g i willbe@delta
- run : npm i
- run : npm list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/WindowsPullRequest.yml
Expand Up @@ -44,6 +44,7 @@ jobs :
- name : Update npm if current version is 6
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
run : npm install -g npm@latest-6
- run : npm -g i node-gyp@latest
- run : npm -g i willbe@delta
- run : npm i
- run : npm list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/WindowsPush.yml
Expand Up @@ -36,6 +36,7 @@ jobs :
- name : Update npm if current version is 6
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
run : npm install -g npm@latest-6
- run : npm -g i node-gyp@latest
- run : npm -g i willbe@delta
- run : npm i
- run : npm list
Expand Down

0 comments on commit 852efdc

Please sign in to comment.