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.
ci.yml
1 parent 30e3fb1 commit dd80fa6Copy full SHA for dd80fa6
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest]
28
- node: [24.x, 22.x, 20.x]
+ node: [25.x, 24.x, 22.x, 20.x]
29
include:
30
- os: windows-latest
31
node: "lts/*"
0 commit comments