Skip to content

Commit

Permalink
test: fix node version target
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed May 3, 2024
1 parent 2e2f5cc commit 1dd550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['18', '20', '22']
node_version: ['18', '20', '22.1']
os: [ubuntu-latest, windows-latest, macos-latest, windows-2022]

steps:
Expand Down

0 comments on commit 1dd550b

Please sign in to comment.