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-latest, macos-13 ]
21
21
node-version : [18, 20, 22]
22
22
steps :
23
23
- uses : actions/checkout@v4
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-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-latest, macos-13 ]
85
85
node-version :
86
86
[20.11.0-nightly202312211a0be537da, 21-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-latest, macos-13 ]
106
106
node-version : [20.0.0-rc.1, 18.0.0-rc.2, 19.0.0-rc.0]
107
107
steps :
108
108
- uses : actions/checkout@v4
@@ -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-latest, macos-13 ]
126
126
node-version : [18.20.0, 20.10.0, 22.0.0]
127
127
steps :
128
128
- uses : actions/checkout@v4
@@ -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-latest, macos-13 ]
143
143
node-version : [18, 20, 22]
144
144
steps :
145
145
- uses : actions/checkout@v4
@@ -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-latest, macos-13 ]
161
161
node-version-file :
162
162
[.nvmrc, .tool-versions, .tool-versions-node, package.json]
163
163
steps :
@@ -174,7 +174,7 @@ jobs:
174
174
strategy :
175
175
fail-fast : false
176
176
matrix :
177
- os : [ubuntu-latest, windows-latest, macos-latest]
177
+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
178
178
steps :
179
179
- uses : actions/checkout@v4
180
180
- name : Setup node from node version file
@@ -189,7 +189,7 @@ jobs:
189
189
strategy :
190
190
fail-fast : false
191
191
matrix :
192
- os : [ubuntu-latest, windows-latest, macos-latest]
192
+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
193
193
steps :
194
194
- uses : actions/checkout@v4
195
195
- name : Setup node from node version file
@@ -204,7 +204,7 @@ jobs:
204
204
strategy :
205
205
fail-fast : false
206
206
matrix :
207
- os : [ubuntu-latest, windows-latest, macos-latest]
207
+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
208
208
node-version : [17, 19]
209
209
steps :
210
210
- uses : actions/checkout@v4
@@ -251,7 +251,7 @@ jobs:
251
251
strategy :
252
252
fail-fast : false
253
253
matrix :
254
- os : [ubuntu-latest, windows-latest, macos-latest]
254
+ os : [ubuntu-latest, windows-latest, macos-latest, macos-13 ]
255
255
node-version : [current, latest, node]
256
256
steps :
257
257
- name : Get node version
0 commit comments