Skip to content

Commit ad485f3

Browse files
committed
init
1 parent f1e9148 commit ad485f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
if: github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
190190
strategy:
191191
matrix:
192-
node-version: [18.15]
192+
node-version: ['21.x']
193193
browser: ["chromium", "firefox"]
194194
bundle: ["production"]
195195

@@ -248,7 +248,7 @@ jobs:
248248
if: github.repository_owner == 'dflex-js' && github.event.pull_request.draft != true
249249
strategy:
250250
matrix:
251-
node-version: [18.15]
251+
node-version: ['21.x']
252252
browser: ["chromium", "firefox"]
253253
bundle: ["production"]
254254

@@ -306,7 +306,7 @@ jobs:
306306
timeout-minutes: 20
307307
strategy:
308308
matrix:
309-
node-version: [18.15]
309+
node-version: ['21.x']
310310
browser: ["chromium", "firefox", "webkit"]
311311
bundle: ["production", "development"]
312312

@@ -364,7 +364,7 @@ jobs:
364364
timeout-minutes: 20
365365
strategy:
366366
matrix:
367-
node-version: [18.15]
367+
node-version: ['21.x']
368368
browser: ["chromium"]
369369
bundle: ["development"]
370370

@@ -415,7 +415,7 @@ jobs:
415415
timeout-minutes: 20
416416
strategy:
417417
matrix:
418-
node-version: [18.15]
418+
node-version: ['21.x']
419419
browser: ["chromium"]
420420
bundle: ["development"]
421421

0 commit comments

Comments
 (0)