Skip to content

Commit

Permalink
add node 22 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 5, 2024
1 parent 67b290c commit f0ff250
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@v4
with:
node-version: 21
node-version: ^22.1
cache: npm
- uses: actions/setup-python@v5
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
node-version: ^22.1
cache: npm
- run: npm ci
- run: npx run-s bundle test-unit-karma
Expand All @@ -39,6 +39,7 @@ jobs:
- 18.12
- 20.9
- 21
- ^22.1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -60,6 +61,7 @@ jobs:
- 18.12
- 20.9
- 21
- ^22.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f0ff250

Please sign in to comment.