Skip to content

Commit d4ed4c4

Browse files
ci(node): Test newer node versions (#2756)
Test against `22.x` and `24.x`, in addition to the node versions we are already testing against
1 parent 95c5839 commit d4ed4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
33+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
3434

3535
name: Test Node ${{ matrix.node-version }}
3636
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)