Skip to content

Commit 71affea

Browse files
committed
update node-version for React canary test cronjob
1 parent d79aec0 commit 71affea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-test-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ matrix.branch }}
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.x
31+
node-version: ">=23.6.0"
3232
- uses: bahmutov/npm-install@v1
3333
- run: |
3434
npm install react@${{ matrix.tag }} react-dom@${{ matrix.tag }}

0 commit comments

Comments
 (0)