Skip to content

Commit 55bec56

Browse files
committed
use node 21 on ci
1 parent 98ef021 commit 55bec56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 21
1616
cache: npm
1717
- uses: actions/setup-python@v4
1818
with:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 20
30+
node-version: 21
3131
cache: npm
3232
- run: npm ci
3333
- run: npx run-s bundle test-unit-karma
@@ -38,6 +38,7 @@ jobs:
3838
node:
3939
- 18.12
4040
- 20
41+
- 21
4142
runs-on: ubuntu-latest
4243
steps:
4344
- uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
5859
node:
5960
- 18.12
6061
- 20
62+
- 21
6163
runs-on: ${{ matrix.os }}
6264
steps:
6365
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)