Skip to content

Commit

Permalink
Add Node 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Sep 16, 2024
1 parent 21acca2 commit 3940351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 18.x]
node-version: [22.x, 20.x, 18.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: npm ci
- run: npm run lint

0 comments on commit 3940351

Please sign in to comment.