We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889b81f commit 05cf043Copy full SHA for 05cf043
1 file changed
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- node-version: ["18", "20", "22", "24"]
+ node-version: ["20", "22", "24"]
31
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
32
33
steps:
0 commit comments