mirror of https://github.com/nodejs/corepack.git
chore(ci): enable node 23 ci tests for Windows (#660)
This commit is contained in:
parent
da96687e69
commit
48ce89827c
|
|
@ -55,13 +55,6 @@ jobs:
|
||||||
- macos-latest
|
- macos-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
|
||||||
# Temporarily skipping Node.js 23 under Windows due to issue
|
|
||||||
# https://github.com/nodejs/corepack/issues/597
|
|
||||||
# ci vitest fails "handle integrity checks" on Windows Node.js 23
|
|
||||||
exclude:
|
|
||||||
- node: 23
|
|
||||||
platform: windows-latest
|
|
||||||
|
|
||||||
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
|
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
|
||||||
runs-on: ${{matrix.platform}}
|
runs-on: ${{matrix.platform}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue