We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5839 commit d4ed4c4Copy full SHA for d4ed4c4
1 file changed
.github/workflows/test_node.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- 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]
34
35
name: Test Node ${{ matrix.node-version }}
36
runs-on: ubuntu-24.04
0 commit comments