Skip to content

Commit 4348706

Browse files
authored
Merge pull request #4 from Borewit/ci-add-node-v22
Add CI test for Node v22
2 parents a909399 + 1715455 commit 4348706

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
strategy:
5454
matrix:
55-
node-version: [16.x, 18.x, 20.x]
55+
node-version: [16.x, 18.x, 20.x, 22.x]
5656

5757
steps:
5858

0 commit comments

Comments
 (0)