17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [ubuntu-latest, windows-latest, macos-latest ]
20
+ os : [ubuntu-latest, windows-latest, macos-13 ]
21
21
node-version : [10, 12, 14]
22
22
steps :
23
23
- uses : actions/checkout@v3
34
34
strategy :
35
35
fail-fast : false
36
36
matrix :
37
- os : [ubuntu-latest, windows-latest, macos-latest ]
37
+ os : [ubuntu-latest, windows-latest, macos-13 ]
38
38
node-version : [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1]
39
39
steps :
40
40
- uses : actions/checkout@v3
43
43
with :
44
44
node-version : ${{ matrix.node-version }}
45
45
check-latest : true
46
- - if : runner.os != 'Windows'
46
+ - if : runner.os != 'Windows' && runner.os != 'macos'
47
47
name : Verify node and npm
48
48
run : |
49
49
. "$NVM_DIR/nvm.sh"
56
56
strategy :
57
57
fail-fast : false
58
58
matrix :
59
- os : [ubuntu-latest, windows-latest, macos-latest ]
59
+ os : [ubuntu-latest, windows-latest, macos-13 ]
60
60
node-version :
61
61
[
62
62
' 20-v8-canary' ,
81
81
strategy :
82
82
fail-fast : false
83
83
matrix :
84
- os : [ubuntu-latest, windows-latest, macos-latest ]
84
+ os : [ubuntu-latest, windows-latest, macos-13 ]
85
85
node-version :
86
86
[16.0.0-nightly20210420a0261d231c, 17-nightly, 18.0.0-nightly]
87
87
steps :
@@ -102,7 +102,7 @@ jobs:
102
102
strategy :
103
103
fail-fast : false
104
104
matrix :
105
- os : [ubuntu-latest, windows-latest, macos-latest ]
105
+ os : [ubuntu-latest, windows-latest, macos-13 ]
106
106
node-version : [16.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107
107
steps :
108
108
- uses : actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122
122
strategy :
123
123
fail-fast : false
124
124
matrix :
125
- os : [ubuntu-latest, windows-latest, macos-latest ]
125
+ os : [ubuntu-latest, windows-latest, macos-13 ]
126
126
node-version : [10.15, 12.16.0, 14.2.0, 16.3.0]
127
127
steps :
128
128
- uses : actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139
139
strategy :
140
140
fail-fast : false
141
141
matrix :
142
- os : [ubuntu-latest, windows-latest, macos-latest ]
142
+ os : [ubuntu-latest, windows-latest, macos-13 ]
143
143
node-version : [10, 12, 14]
144
144
steps :
145
145
- uses : actions/checkout@v3
@@ -157,7 +157,7 @@ jobs:
157
157
strategy :
158
158
fail-fast : false
159
159
matrix :
160
- os : [ubuntu-latest, windows-latest, macos-latest ]
160
+ os : [ubuntu-latest, windows-latest, macos-13 ]
161
161
node-version-file :
162
162
[.nvmrc, .tool-versions, .tool-versions-node, package.json]
163
163
steps :
@@ -177,7 +177,7 @@ jobs:
177
177
strategy :
178
178
fail-fast : false
179
179
matrix :
180
- os : [ubuntu-latest, windows-latest, macos-latest ]
180
+ os : [ubuntu-latest, windows-latest, macos-13 ]
181
181
steps :
182
182
- uses : actions/checkout@v3
183
183
- name : Setup node from node version file
@@ -192,7 +192,7 @@ jobs:
192
192
strategy :
193
193
fail-fast : false
194
194
matrix :
195
- os : [ubuntu-latest, windows-latest, macos-latest ]
195
+ os : [ubuntu-latest, windows-latest, macos-13 ]
196
196
node-version : [11, 13]
197
197
steps :
198
198
- uses : actions/checkout@v3
@@ -209,7 +209,7 @@ jobs:
209
209
strategy :
210
210
fail-fast : false
211
211
matrix :
212
- os : [ubuntu-latest, windows-latest, macos-latest ]
212
+ os : [ubuntu-latest, windows-latest, macos-13 ]
213
213
steps :
214
214
- uses : actions/checkout@v3
215
215
# test old versions which didn't have npm and layout different
@@ -239,7 +239,7 @@ jobs:
239
239
strategy :
240
240
fail-fast : false
241
241
matrix :
242
- os : [ubuntu-latest, windows-latest, macos-latest ]
242
+ os : [ubuntu-latest, windows-latest, macos-13 ]
243
243
node-version : [current, latest, node]
244
244
steps :
245
245
- name : Get node version
0 commit comments