We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9a618 commit 5a25583Copy full SHA for 5a25583
.github/workflows/nightly-checks.yml
@@ -70,8 +70,8 @@ jobs:
70
E2E_CLERK_UI_VERSION: "latest"
71
E2E_NEXTJS_VERSION: "canary"
72
E2E_NPM_FORCE: "true"
73
- E2E_REACT_DOM_VERSION: "19.2.1"
74
- E2E_REACT_VERSION: "19.2.1"
+ E2E_REACT_DOM_VERSION: "19.2.3"
+ E2E_REACT_VERSION: "19.2.3"
75
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
76
77
# Upload test artifacts if tests failed
0 commit comments