Skip to content

Commit c7ba1a8

Browse files
Temporarily disable Node 23 CI tests (#3395)
* Temporarily disable Node 23 CI tests * Node 22.x instead --------- Co-authored-by: Steven Luscher <[email protected]>
1 parent 30f9254 commit c7ba1a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
node:
31-
- 'current'
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'
3235
- 'lts/*'
3336

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

0 commit comments

Comments
 (0)