Skip to content

Commit 865db38

Browse files
committed
Node 22.x instead
1 parent 0918568 commit 865db38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# FIXME: This is a temporary workaround until Jest work nicely with Node 23.
3232
# Currently, we get `No tests found, exiting with code 1` errors when running
3333
# Jest unit tests on Node 23.
34-
# - 'current'
34+
- 22.x # 'current'
3535
- 'lts/*'
3636

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

0 commit comments

Comments
 (0)