This repository was archived by the owner on May 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +20
-19
lines changed Expand file tree Collapse file tree 7 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/setup-node@v3
28
28
with :
29
29
node-version : 18.x
30
- - name : Install npm@latest
31
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
30
+ - name : Install npm@next-9
31
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
32
32
- name : npm Version
33
33
run : npm -v
34
34
- name : Install Dependencies
Original file line number Diff line number Diff line change 82
82
uses : actions/setup-node@v3
83
83
with :
84
84
node-version : 18.x
85
- - name : Install npm@latest
86
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
85
+ - name : Install npm@next-9
86
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
87
87
- name : npm Version
88
88
run : npm -v
89
89
- name : Install Dependencies
@@ -194,9 +194,9 @@ jobs:
194
194
- name : Install npm@7
195
195
if : startsWith(matrix.node-version, '10.')
196
196
run : npm i --prefer-online --no-fund --no-audit -g npm@7
197
- - name : Install npm@latest
197
+ - name : Install npm@next-9
198
198
if : ${{ !startsWith(matrix.node-version, '10.') }}
199
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
199
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
200
200
- name : npm Version
201
201
run : npm -v
202
202
- name : Install Dependencies
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-node@v3
32
32
with :
33
33
node-version : 18.x
34
- - name : Install npm@latest
35
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
34
+ - name : Install npm@next-9
35
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
36
36
- name : npm Version
37
37
run : npm -v
38
38
- name : Install Dependencies
91
91
- name : Install npm@7
92
92
if : startsWith(matrix.node-version, '10.')
93
93
run : npm i --prefer-online --no-fund --no-audit -g npm@7
94
- - name : Install npm@latest
94
+ - name : Install npm@next-9
95
95
if : ${{ !startsWith(matrix.node-version, '10.') }}
96
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
96
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
97
97
- name : npm Version
98
98
run : npm -v
99
99
- name : Install Dependencies
Original file line number Diff line number Diff line change 28
28
uses : actions/setup-node@v3
29
29
with :
30
30
node-version : 18.x
31
- - name : Install npm@latest
32
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
31
+ - name : Install npm@next-9
32
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
33
33
- name : npm Version
34
34
run : npm -v
35
35
- name : Install Dependencies
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-node@v3
32
32
with :
33
33
node-version : 18.x
34
- - name : Install npm@latest
35
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
34
+ - name : Install npm@next-9
35
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
36
36
- name : npm Version
37
37
run : npm -v
38
38
- name : Install Dependencies
Original file line number Diff line number Diff line change 44
44
uses : actions/setup-node@v3
45
45
with :
46
46
node-version : 18.x
47
- - name : Install npm@latest
48
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
47
+ - name : Install npm@next-9
48
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
49
49
- name : npm Version
50
50
run : npm -v
51
51
- name : Install Dependencies
@@ -157,8 +157,8 @@ jobs:
157
157
uses : actions/setup-node@v3
158
158
with :
159
159
node-version : 18.x
160
- - name : Install npm@latest
161
- run : npm i --prefer-online --no-fund --no-audit -g npm@latest
160
+ - name : Install npm@next-9
161
+ run : npm i --prefer-online --no-fund --no-audit -g npm@next-9
162
162
- name : npm Version
163
163
run : npm -v
164
164
- name : Install Dependencies
Original file line number Diff line number Diff line change 60
60
" 16.x" ,
61
61
" 18.0.0" ,
62
62
" 18.x"
63
- ]
63
+ ],
64
+ "npmSpec" : " next-9"
64
65
}
65
66
}
You can’t perform that action at this time.
0 commit comments