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 e296e6f commit 5a486deCopy full SHA for 5a486de
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
matrix:
61
os: [ ubuntu-latest, macos-latest, windows-latest ]
62
- node: ["18", "20", "22"]
+ node: ["20", "22", "24"]
63
fail-fast: false
64
name: Test Node ${{ matrix.node }} (${{ matrix.os }})
65
steps:
0 commit comments