Skip to content

Commit b7c560c

Browse files
author
Glynn Bird
committed
add Node v22 to the CI - it's been that long
1 parent 6ee2510 commit b7c560c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [18.x, 20.x]
25+
node-version: [18.x, 20.x, 22.x]
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)