Skip to content

Commit

Permalink
ci: add Node.js 22 (#443)
Browse files Browse the repository at this point in the history
See https://nodejs.org/en/blog/announcements/v22-release-announce

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Co-authored-by: Julian Gruber <julian@juliangruber.com>
  • Loading branch information
bajtos and juliangruber authored May 6, 2024
1 parent 9465068 commit 2a8d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: ['18', '20', '21']
node: ['18', '20', '21', '22']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 2a8d82b

Please sign in to comment.