Skip to content

Commit ae3fa0e

Browse files
committed
chore(ci): update react to 19.2.1 for canary tests
1 parent 85420d6 commit ae3fa0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
E2E_CLERK_UI_VERSION: "latest"
6969
E2E_NEXTJS_VERSION: "canary"
7070
E2E_NPM_FORCE: "true"
71-
E2E_REACT_DOM_VERSION: "19.1.0"
72-
E2E_REACT_VERSION: "19.1.0"
71+
E2E_REACT_DOM_VERSION: "19.2.1"
72+
E2E_REACT_VERSION: "19.2.1"
7373
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
7474

7575
# Upload test artifacts if tests failed

0 commit comments

Comments
 (0)