Skip to content

Commit b2a21c8

Browse files
committed
ci: remove node 23 and 24
1 parent ff95d73 commit b2a21c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
test:
2323
strategy:
2424
matrix:
25-
node-version: [18, 20, 21, 22.2.0, 23, 24]
25+
node-version: [18, 20, 21, 22]
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4.1.6

0 commit comments

Comments
 (0)