We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918568 commit 865db38Copy full SHA for 865db38
.github/workflows/pull-requests.yml
@@ -31,7 +31,7 @@ jobs:
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
- # - 'current'
+ - 22.x # 'current'
35
- 'lts/*'
36
37
name: Build & Test on Node ${{ matrix.node }}
0 commit comments