@@ -29,15 +29,15 @@ jobs:
29
29
- windows-latest
30
30
- macos-14
31
31
node-version :
32
- - ' 22'
32
+ - ' 22.4.x '
33
33
- ' 20'
34
34
- ' 18'
35
35
- ' 16'
36
36
- ' 14'
37
37
bundle :
38
38
- ' true'
39
39
include :
40
- - node-version : ' *'
40
+ - node-version : ' lts/ *'
41
41
bundle : false
42
42
os : ubuntu-latest
43
43
exclude :
76
76
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
77
77
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
78
78
with :
79
- node-version : ' *'
80
- check-latest : true
79
+ node-version : ' lts/*'
81
80
- run : npm ci
82
81
83
82
- name : Linter
90
89
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
91
90
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
92
91
with :
93
- node-version : ' *'
94
- check-latest : true
92
+ node-version : ' lts/*'
95
93
- run : npm ci
96
94
97
95
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -111,8 +109,7 @@ jobs:
111
109
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
112
110
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
113
111
with :
114
- node-version : ' *'
115
- check-latest : true
112
+ node-version : ' lts/*'
116
113
- run : npm ci
117
114
118
115
- name : Installing browsers
@@ -128,8 +125,7 @@ jobs:
128
125
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
129
126
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
130
127
with :
131
- node-version : ' *'
132
- check-latest : true
128
+ node-version : ' lts/*'
133
129
- run : npm ci
134
130
135
131
- name : Build src
@@ -143,8 +139,7 @@ jobs:
143
139
144
140
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
145
141
with :
146
- node-version : ' *'
147
- check-latest : true
142
+ node-version : ' lts/*'
148
143
- run : |
149
144
npm --version
150
145
# corepack enable npm
@@ -192,8 +187,7 @@ jobs:
192
187
193
188
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
194
189
with :
195
- node-version : ' *'
196
- check-latest : true
190
+ node-version : ' lts/*'
197
191
- run : |
198
192
npm --version
199
193
# corepack enable npm
@@ -226,8 +220,7 @@ jobs:
226
220
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
227
221
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
228
222
with :
229
- node-version : ' *'
230
- check-latest : true
223
+ node-version : ' lts/*'
231
224
- run : npm ci
232
225
233
226
- name : Build scripts
@@ -243,8 +236,7 @@ jobs:
243
236
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
244
237
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
245
238
with :
246
- node-version : ' *'
247
- check-latest : true
239
+ node-version : ' lts/*'
248
240
- run : npm ci
249
241
250
242
- name : Build tsc
@@ -263,8 +255,7 @@ jobs:
263
255
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
264
256
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
265
257
with :
266
- node-version : ' *'
267
- check-latest : true
258
+ node-version : ' lts/*'
268
259
- run : npm ci
269
260
270
261
- name : Remove all baselines
0 commit comments