Skip to content

Commit 079d021

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 f9fa560 commit 079d021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)