Skip to content

Commit 7622a52

Browse files
committed
ci: test Node 24.10.0 only in test matrix
Reduces test matrix from 6 jobs (3 Node versions × 2 OS) to 2 jobs (1 Node × 2 OS). Lint, build, type-check, and isolated tests remain on Node 22.
1 parent 59c9e4f commit 7622a52

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
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
node: [20, 22, 24]
82+
node: ['24.10.0']
8383
os: [ubuntu-latest, windows-latest]
8484
steps:
8585
- name: Checkout code

0 commit comments

Comments
 (0)