Skip to content

Commit aa14446

Browse files
authored
ci(nodeci): add node 24 to test matrix (#831)
1 parent 14ac3d8 commit aa14446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
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, 22.x]
25+
node: [18.x, 20.x, 22.x, 24.x]
2626
eslint: [8, 9]
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)