chore(ci): enable node 23 ci tests for Windows (#660)

This commit is contained in:
Mike McCready 2025-02-15 09:25:51 +01:00 committed by GitHub
parent da96687e69
commit 48ce89827c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -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}}