Skip to content

Commit 5a25583

Browse files
committed
fix(ci): update React version in nightly tests to match peer deps
1 parent ae9a618 commit 5a25583

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
@@ -70,8 +70,8 @@ jobs:
7070
E2E_CLERK_UI_VERSION: "latest"
7171
E2E_NEXTJS_VERSION: "canary"
7272
E2E_NPM_FORCE: "true"
73-
E2E_REACT_DOM_VERSION: "19.2.1"
74-
E2E_REACT_VERSION: "19.2.1"
73+
E2E_REACT_DOM_VERSION: "19.2.3"
74+
E2E_REACT_VERSION: "19.2.3"
7575
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
7676

7777
# Upload test artifacts if tests failed

0 commit comments

Comments
 (0)