Skip to content

Commit 80187b3

Browse files
authored
ci: add node v22 test
1 parent 45d2808 commit 80187b3

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
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
os: [ubuntu-latest]
87-
node: [12, 14, 16, 18, 21]
87+
node: [12, 14, 16, 18, 22]
8888
runs-on: ${{ matrix.os }}
8989
steps:
9090
# Pull repo to test machine

0 commit comments

Comments
 (0)