Skip to content

Commit

Permalink
add Node 23 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 18, 2024
1 parent 9f3f20d commit 16fa237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^22.5.1
node-version: 23
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: ^22.5.1
node-version: 23
cache: npm
- run: npm ci
- run: npx run-s bundle test-unit-karma
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ^22.5.1
node-version: 23
cache: npm
- uses: oven-sh/setup-bun@v2
with:
Expand All @@ -54,6 +54,7 @@ jobs:
- 20.9
- 21
- ^22.5.1
- 23
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -76,6 +77,7 @@ jobs:
- 20.9
- 21
- ^22.5.1
- 23
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 16fa237

Please sign in to comment.