Skip to content

Commit

Permalink
ci: add Node.js 22 to tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Dec 27, 2024
1 parent 7fdcef0 commit b981b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: unit-test-js (Node ${{ matrix.node-version }})
strategy:
matrix:
node-version: [18.18, 18, 20.5, 20]
node-version: [18.18, 18, 20.5, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -49,7 +49,7 @@ jobs:
# 20.5 is added because @nitrogql/esbuild-register behaves differently
# before and after 20.6
# 18.18 is added for the same reason
node-version: [18.18, 18, 20.5, 20]
node-version: [18.18, 18, 20.5, 20, 22]
name: e2e-test (Node ${{ matrix.node-version }})
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b981b24

Please sign in to comment.