Skip to content

Commit 9aa5207

Browse files
committed
Bump node versions in CI
1 parent 7f97d12 commit 9aa5207

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node-version: [14, 18]
30+
node-version: [14, 18, 20, 22, 24]
3131

3232
steps:
3333
- uses: actions/checkout@v3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
node-version: [14, 18]
27+
node-version: [14, 18, 20, 22, 24]
2828

2929
steps:
3030
- uses: actions/checkout@v3

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- vite
3232
- webpack-4
3333
- webpack-5
34-
node-version: [18]
34+
node-version: [18, 20]
3535
fail-fast: false
3636

3737
steps:

0 commit comments

Comments
 (0)