We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef021 commit 55bec56Copy full SHA for 55bec56
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 20
+ node-version: 21
16
cache: npm
17
- uses: actions/setup-python@v4
18
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
- run: npm ci
33
- run: npx run-s bundle test-unit-karma
@@ -38,6 +38,7 @@ jobs:
38
node:
39
- 18.12
40
- 20
41
+ - 21
42
runs-on: ubuntu-latest
43
steps:
44
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
runs-on: ${{ matrix.os }}
64
65
0 commit comments