Skip to content

Commit af4a918

Browse files
authored
add node 22 to ci
1 parent 99600f1 commit af4a918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
os: [ubuntu-latest, windows-latest]
1010
# https://nodejs.org/en/about/releases/
11-
node: [18, 20, 21]
11+
node: [18, 20, 21, 22]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
# https://github.com/actions/checkout/issues/135

0 commit comments

Comments
 (0)