diff --git a/.github/workflows/test_node.yml b/.github/workflows/test_node.yml index 89891f4914..a7a42c1163 100644 --- a/.github/workflows/test_node.yml +++ b/.github/workflows/test_node.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x] name: Test Node ${{ matrix.node-version }} runs-on: ubuntu-24.04