Commit ad485f3 1 parent f1e9148 commit ad485f3 Copy full SHA for ad485f3
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
if : github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
190
190
strategy :
191
191
matrix :
192
- node-version : [18.15 ]
192
+ node-version : ['21.x' ]
193
193
browser : ["chromium", "firefox"]
194
194
bundle : ["production"]
195
195
@@ -248,7 +248,7 @@ jobs:
248
248
if : github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
249
249
strategy :
250
250
matrix :
251
- node-version : [18.15 ]
251
+ node-version : ['21.x' ]
252
252
browser : ["chromium", "firefox"]
253
253
bundle : ["production"]
254
254
@@ -306,7 +306,7 @@ jobs:
306
306
timeout-minutes : 20
307
307
strategy :
308
308
matrix :
309
- node-version : [18.15 ]
309
+ node-version : ['21.x' ]
310
310
browser : ["chromium", "firefox", "webkit"]
311
311
bundle : ["production", "development"]
312
312
@@ -364,7 +364,7 @@ jobs:
364
364
timeout-minutes : 20
365
365
strategy :
366
366
matrix :
367
- node-version : [18.15 ]
367
+ node-version : ['21.x' ]
368
368
browser : ["chromium"]
369
369
bundle : ["development"]
370
370
@@ -415,7 +415,7 @@ jobs:
415
415
timeout-minutes : 20
416
416
strategy :
417
417
matrix :
418
- node-version : [18.15 ]
418
+ node-version : ['21.x' ]
419
419
browser : ["chromium"]
420
420
bundle : ["development"]
421
421
You can’t perform that action at this time.
0 commit comments