Skip to content

Commit 34797f8

Browse files
committed
chore(ci): add Node.js 23 to tested versions
Windows tests are excluded
1 parent 405fbe5 commit 34797f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,19 @@ jobs:
4949
- 18
5050
- 20
5151
- 22
52+
- 23
5253
platform:
5354
- ubuntu-latest
5455
- macos-latest
5556
- windows-latest
5657

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+
5765
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
5866
runs-on: ${{matrix.platform}}
5967

0 commit comments

Comments
 (0)