We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node-version
1 parent d79aec0 commit 71affeaCopy full SHA for 71affea
.github/workflows/scheduled-test-canary.yml
@@ -28,7 +28,7 @@ jobs:
28
ref: ${{ matrix.branch }}
29
- uses: actions/setup-node@v4
30
with:
31
- node-version: 22.x
+ node-version: ">=23.6.0"
32
- uses: bahmutov/npm-install@v1
33
- run: |
34
npm install react@${{ matrix.tag }} react-dom@${{ matrix.tag }}
0 commit comments