Skip to content

Commit 91d0552

Browse files
committed
ci: test on Node.js 24
1 parent 337129d commit 91d0552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [14, 16, 18, 20, 22]
20+
node: [14, 16, 18, 20, 22, 24]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: test
3333
run: |
34-
if [ "${{ matrix.node }}" == "22" ]; then
34+
if [ "${{ matrix.node }}" == "22" ] || ["${{ matrix.node }}" == "24"]; then
3535
npm run test:node22
3636
else
3737
npm test

0 commit comments

Comments
 (0)