From 48ce89827cae9a87ef3f3276672997f79656eadf Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 15 Feb 2025 09:25:51 +0100 Subject: [PATCH] chore(ci): enable node 23 ci tests for Windows (#660) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4596bbc..d87dab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,13 +55,6 @@ jobs: - macos-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" runs-on: ${{matrix.platform}}