Skip to content

Commit

Permalink
Add newly-released Node 22 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Apr 24, 2024
1 parent 0f55b9a commit 702348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 18, 20 ]
node-version: [ 18, 20, 22 ]

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

0 comments on commit 702348b

Please sign in to comment.