Skip to content

Commit 239fde0

Browse files
authored
Revert "Temporarily disable Node 23 CI tests (#3395)" (#3459)
This reverts commit c7ba1a8.
1 parent 0f01376 commit 239fde0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
node:
31-
# FIXME: This is a temporary workaround until Jest work nicely with Node 23.
32-
# Currently, we get `No tests found, exiting with code 1` errors when running
33-
# Jest unit tests on Node 23.
34-
- 22.x # 'current'
31+
- 'current'
3532
- 'lts/*'
3633

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

0 commit comments

Comments
 (0)