File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,21 @@ jobs:
4646 fail-fast : false
4747 matrix :
4848 node :
49- - 18
5049 - 20
5150 - 22
52- - 23
51+ - 24
5352 platform :
5453 - ubuntu-latest
5554 - macos-latest
5655 - windows-latest
5756
57+ # Temporarily skipping Node.js 24 under Windows due to issue
58+ # https://github.com/nodejs/corepack/issues/715
59+ # vitest fails "handle integrity checks" on Windows with Node.js 24.x
60+ exclude :
61+ - node : 24
62+ platform : windows-latest
63+
5864 name : " ${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
5965 runs-on : ${{matrix.platform}}
6066
Original file line number Diff line number Diff line change 1010 "url" : " https://github.com/nodejs/corepack.git"
1111 },
1212 "engines" : {
13- "node" : " ^18.17.1 || ^20.10 .0 || >=22.11 .0"
13+ "node" : " ^20.10.0 || ^22.11 .0 || >=24.0 .0"
1414 },
1515 "exports" : {
1616 "./package.json" : " ./package.json"
You can’t perform that action at this time.
0 commit comments