Skip to content

Commit

Permalink
Add support for Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 25, 2024
1 parent 9c438de commit 2022f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
uses: ./.github/workflows/test.yml
with:
node-version: '["16", "18", "20"]'
node-version: '["16", "18", "20", "current"]'
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
exclude: '[{"node-version": "16", "os": "windows-latest"}]'
test-options: 'foo bar'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
node-version:
description: Node.js version
required: false
default: '["18", "20", "current"]'
default: '["18", "20", "22", "current"]'
type: string
os:
description: OS name
Expand Down

0 comments on commit 2022f39

Please sign in to comment.