Skip to content

Commit 952774c

Browse files
committed
test: add node 22
1 parent a8d352b commit 952774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ ubuntu-latest ]
31-
node: [ 6, 8, 10, 12, 14, 16, 18, 20 ]
31+
node: [ 6, 8, 10, 12, 14, 16, 18, 20, 22 ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)