Skip to content

Commit 8d64e73

Browse files
committed
ci: test Node 24.10.0 only
Reduces CI matrix from 6 jobs (3 Node versions × 2 OS) to 2 jobs (1 Node × 2 OS).
1 parent 619a1c3 commit 8d64e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fail-fast: false
2323
lint-script: 'pnpm run lint --all'
24-
node-versions: '[20, 22, 24]'
24+
node-versions: '["24.10.0"]'
2525
os-versions: '["ubuntu-latest", "windows-latest"]'
2626
test-script: 'pnpm run test --all'
2727
test-setup-script: 'pnpm run build'

0 commit comments

Comments
 (0)