Skip to content

Commit 852efdc

Browse files
author
Wandalen
authored
Merge pull request microsoft#13 from volodymyrmigdal/master
READY : Update node-gyp before npm install
2 parents 8e7450b + 3e72d98 commit 852efdc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/WindowsPrebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs :
3535
- name : Update npm if current version is 6
3636
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
3737
run : npm install -g npm@latest-6
38+
- run : npm -g i node-gyp@latest
3839
- run : npm -g i willbe@delta
3940
- run : npm i --ignore-scripts
4041
- run : npm list

.github/workflows/WindowsPublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs :
3939
- name : Update npm if current version is 6
4040
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
4141
run : npm install -g npm@latest-6
42+
- run : npm -g i node-gyp@latest
4243
- run : npm -g i willbe@delta
4344
- run : npm i
4445
- run : npm list

.github/workflows/WindowsPullRequest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs :
4444
- name : Update npm if current version is 6
4545
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
4646
run : npm install -g npm@latest-6
47+
- run : npm -g i node-gyp@latest
4748
- run : npm -g i willbe@delta
4849
- run : npm i
4950
- run : npm list

.github/workflows/WindowsPush.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs :
3636
- name : Update npm if current version is 6
3737
if : "startsWith( steps.getnpmver.outputs.npmver, '6.' )"
3838
run : npm install -g npm@latest-6
39+
- run : npm -g i node-gyp@latest
3940
- run : npm -g i willbe@delta
4041
- run : npm i
4142
- run : npm list

0 commit comments

Comments
 (0)