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

Commit

Permalink
Revert "Temporarily disable Node 23 CI tests (#3395)"
Browse files Browse the repository at this point in the history
This reverts commit c7ba1a8.
  • Loading branch information
steveluscher authored Oct 25, 2024
1 parent 0f01376 commit adab115
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
strategy:
matrix:
node:
# 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.
- 22.x # 'current'
- 'current'
- 'lts/*'

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

0 comments on commit adab115

Please sign in to comment.