Skip to content

Commit 48ce898

Browse files
authored
chore(ci): enable node 23 ci tests for Windows (#660)
1 parent da96687 commit 48ce898

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ jobs:
5555
- macos-latest
5656
- windows-latest
5757

58-
# Temporarily skipping Node.js 23 under Windows due to issue
59-
# https://github.com/nodejs/corepack/issues/597
60-
# ci vitest fails "handle integrity checks" on Windows Node.js 23
61-
exclude:
62-
- node: 23
63-
platform: windows-latest
64-
6558
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
6659
runs-on: ${{matrix.platform}}
6760

0 commit comments

Comments
 (0)