Skip to content

Commit

Permalink
use node 21 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 20, 2023
1 parent 98ef021 commit 55bec56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
cache: npm
- uses: actions/setup-python@v4
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
cache: npm
- run: npm ci
- run: npx run-s bundle test-unit-karma
Expand All @@ -38,6 +38,7 @@ jobs:
node:
- 18.12
- 20
- 21
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -58,6 +59,7 @@ jobs:
node:
- 18.12
- 20
- 21
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 55bec56

Please sign in to comment.