Skip to content

Commit

Permalink
ci: remove node.js v21, add v22 (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 11, 2024
1 parent 0203d04 commit 472df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-12, ubuntu-latest, windows-latest]
node-version: [18, 20, 21]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 472df72

Please sign in to comment.