We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405fbe5 commit 34797f8Copy full SHA for 34797f8
.github/workflows/ci.yml
@@ -49,11 +49,19 @@ jobs:
49
- 18
50
- 20
51
- 22
52
+ - 23
53
platform:
54
- ubuntu-latest
55
- macos-latest
56
- windows-latest
57
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
+
65
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
66
runs-on: ${{matrix.platform}}
67
0 commit comments