Skip to content

Commit 1218672

Browse files
authored
ci: add node 22 to test matrix (#806)
1 parent a71a87c commit 1218672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node: [18.x, 20.x]
25+
node: [18.x, 20.x, 22.x]
2626
eslint: [8, 9]
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)