Skip to content

Commit

Permalink
test: test with Node.js v22 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Apr 30, 2024
1 parent 263617c commit 71d1f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10, 12, 14, 16, 18, 20]
node-version: [10, 12, 14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10, 12, 14, 16, 18, 20]
node-version: [10, 12, 14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 71d1f00

Please sign in to comment.