Skip to content

Commit

Permalink
chore(ci): add Node.js 23 to tested versions
Browse files Browse the repository at this point in the history
Windows tests are excluded
  • Loading branch information
MikeMcC399 committed Jan 19, 2025
1 parent 405fbe5 commit 34797f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,19 @@ jobs:
- 18
- 20
- 22
- 23
platform:
- ubuntu-latest
- 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}}

Expand Down

0 comments on commit 34797f8

Please sign in to comment.