File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 35
35
- name : Update npm if current version is 6
36
36
if : " startsWith( steps.getnpmver.outputs.npmver, '6.' )"
37
37
run : npm install -g npm@latest-6
38
+ - run : npm -g i node-gyp@latest
38
39
- run : npm -g i willbe@delta
39
40
- run : npm i --ignore-scripts
40
41
- run : npm list
Original file line number Diff line number Diff line change 39
39
- name : Update npm if current version is 6
40
40
if : " startsWith( steps.getnpmver.outputs.npmver, '6.' )"
41
41
run : npm install -g npm@latest-6
42
+ - run : npm -g i node-gyp@latest
42
43
- run : npm -g i willbe@delta
43
44
- run : npm i
44
45
- run : npm list
Original file line number Diff line number Diff line change 44
44
- name : Update npm if current version is 6
45
45
if : " startsWith( steps.getnpmver.outputs.npmver, '6.' )"
46
46
run : npm install -g npm@latest-6
47
+ - run : npm -g i node-gyp@latest
47
48
- run : npm -g i willbe@delta
48
49
- run : npm i
49
50
- run : npm list
Original file line number Diff line number Diff line change 36
36
- name : Update npm if current version is 6
37
37
if : " startsWith( steps.getnpmver.outputs.npmver, '6.' )"
38
38
run : npm install -g npm@latest-6
39
+ - run : npm -g i node-gyp@latest
39
40
- run : npm -g i willbe@delta
40
41
- run : npm i
41
42
- run : npm list
You can’t perform that action at this time.
0 commit comments