Skip to content

Commit

Permalink
CI: add Node 22 to version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Jan 22, 2025
1 parent a8e1abb commit f0da317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: 'npm'

- run: npm ci
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
node_version: [ 20.x, 18.x, 16.x ]
node_version: [22.x, 20.x, 18.x, 16.x ]
os: [ ubuntu-latest, windows-latest ]

env:
Expand Down

0 comments on commit f0da317

Please sign in to comment.