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 Apr 25, 2024
1 parent 0bbde91 commit 1913a39
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
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
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -60,6 +61,7 @@ jobs:
- 18.12
- 20.9
- 21
- 22
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1913a39

Please sign in to comment.