Skip to content

Commit 71d1f00

Browse files
authored
test: test with Node.js v22 (#186)
Now that v22 is out, add it. https://github.com/nodejs/release#release-schedule
1 parent 263617c commit 71d1f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [10, 12, 14, 16, 18, 20]
19+
node-version: [10, 12, 14, 16, 18, 20, 22]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
node-version: [10, 12, 14, 16, 18, 20]
31+
node-version: [10, 12, 14, 16, 18, 20, 22]
3232
steps:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)