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 619a1c3 commit 8d64e73Copy full SHA for 8d64e73
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fail-fast: false
23
lint-script: 'pnpm run lint --all'
24
- node-versions: '[20, 22, 24]'
+ node-versions: '["24.10.0"]'
25
os-versions: '["ubuntu-latest", "windows-latest"]'
26
test-script: 'pnpm run test --all'
27
test-setup-script: 'pnpm run build'
0 commit comments