Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Temporarily disable Node 23 CI tests #3395

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
strategy:
matrix:
node:
- 'current'
# FIXME: This is a temporary workaround until Jest work nicely with Node 23.
# Currently, we get `No tests found, exiting with code 1` errors when running
# Jest unit tests on Node 23.
# - 'current'
- 'lts/*'

name: Build & Test on Node ${{ matrix.node }}
Expand Down