Skip to content

Commit

Permalink
update node-version for React canary test cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 10, 2025
1 parent d79aec0 commit 71affea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-test-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ matrix.branch }}
- uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: ">=23.6.0"
- uses: bahmutov/npm-install@v1
- run: |
npm install react@${{ matrix.tag }} react-dom@${{ matrix.tag }}
Expand Down

0 comments on commit 71affea

Please sign in to comment.