Skip to content

Commit ce32446

Browse files
ci(node): Test newer node versions
Test against `22.x` and `24.x`, in addition to the node versions we are already testing against
1 parent 7f18c47 commit ce32446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)