1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : [ubuntu-latest, windows-latest, macos-latest ]
20+ os : [ubuntu-latest, windows-latest, macos-13 ]
2121 node-version : [10, 12, 14]
2222 steps :
2323 - uses : actions/checkout@v3
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- os : [ubuntu-latest, windows-latest, macos-latest ]
37+ os : [ubuntu-latest, windows-latest, macos-13 ]
3838 node-version : [lts/dubnium, lts/erbium, lts/fermium, lts/*, lts/-1]
3939 steps :
4040 - uses : actions/checkout@v3
4343 with :
4444 node-version : ${{ matrix.node-version }}
4545 check-latest : true
46- - if : runner.os != 'Windows'
46+ - if : runner.os != 'Windows' && runner.os != 'macos'
4747 name : Verify node and npm
4848 run : |
4949 . "$NVM_DIR/nvm.sh"
5656 strategy :
5757 fail-fast : false
5858 matrix :
59- os : [ubuntu-latest, windows-latest, macos-latest ]
59+ os : [ubuntu-latest, windows-latest, macos-13 ]
6060 node-version :
6161 [
6262 ' 20-v8-canary' ,
8181 strategy :
8282 fail-fast : false
8383 matrix :
84- os : [ubuntu-latest, windows-latest, macos-latest ]
84+ os : [ubuntu-latest, windows-latest, macos-13 ]
8585 node-version :
8686 [16.0.0-nightly20210420a0261d231c, 17-nightly, 18.0.0-nightly]
8787 steps :
@@ -102,7 +102,7 @@ jobs:
102102 strategy :
103103 fail-fast : false
104104 matrix :
105- os : [ubuntu-latest, windows-latest, macos-latest ]
105+ os : [ubuntu-latest, windows-latest, macos-13 ]
106106 node-version : [16.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107107 steps :
108108 - uses : actions/checkout@v3
@@ -122,7 +122,7 @@ jobs:
122122 strategy :
123123 fail-fast : false
124124 matrix :
125- os : [ubuntu-latest, windows-latest, macos-latest ]
125+ os : [ubuntu-latest, windows-latest, macos-13 ]
126126 node-version : [10.15, 12.16.0, 14.2.0, 16.3.0]
127127 steps :
128128 - uses : actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139 strategy :
140140 fail-fast : false
141141 matrix :
142- os : [ubuntu-latest, windows-latest, macos-latest ]
142+ os : [ubuntu-latest, windows-latest, macos-13 ]
143143 node-version : [10, 12, 14]
144144 steps :
145145 - uses : actions/checkout@v3
@@ -157,7 +157,7 @@ jobs:
157157 strategy :
158158 fail-fast : false
159159 matrix :
160- os : [ubuntu-latest, windows-latest, macos-latest ]
160+ os : [ubuntu-latest, windows-latest, macos-13 ]
161161 node-version-file :
162162 [.nvmrc, .tool-versions, .tool-versions-node, package.json]
163163 steps :
@@ -177,7 +177,7 @@ jobs:
177177 strategy :
178178 fail-fast : false
179179 matrix :
180- os : [ubuntu-latest, windows-latest, macos-latest ]
180+ os : [ubuntu-latest, windows-latest, macos-13 ]
181181 steps :
182182 - uses : actions/checkout@v3
183183 - name : Setup node from node version file
@@ -192,7 +192,7 @@ jobs:
192192 strategy :
193193 fail-fast : false
194194 matrix :
195- os : [ubuntu-latest, windows-latest, macos-latest ]
195+ os : [ubuntu-latest, windows-latest, macos-13 ]
196196 node-version : [11, 13]
197197 steps :
198198 - uses : actions/checkout@v3
@@ -209,7 +209,7 @@ jobs:
209209 strategy :
210210 fail-fast : false
211211 matrix :
212- os : [ubuntu-latest, windows-latest, macos-latest ]
212+ os : [ubuntu-latest, windows-latest, macos-13 ]
213213 steps :
214214 - uses : actions/checkout@v3
215215 # test old versions which didn't have npm and layout different
@@ -239,7 +239,7 @@ jobs:
239239 strategy :
240240 fail-fast : false
241241 matrix :
242- os : [ubuntu-latest, windows-latest, macos-latest ]
242+ os : [ubuntu-latest, windows-latest, macos-13 ]
243243 node-version : [current, latest, node]
244244 steps :
245245 - name : Get node version
0 commit comments