We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3767ef3 commit 2456fe1Copy full SHA for 2456fe1
1 file changed
.github/workflows/javascript.yml
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: false
36
matrix:
37
os: ["ubuntu-latest"]
38
- node-version: ["20", "22", "23"]
+ node-version: ["23", "24", "25"]
39
40
env:
41
OS: ${{ matrix.os }}
0 commit comments