Skip to content

Commit

Permalink
ci: add 22.x to node-version (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed May 4, 2024
1 parent d3b48f7 commit 0e083f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 0e083f8

Please sign in to comment.