We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85420d6 commit ae3fa0eCopy full SHA for ae3fa0e
.github/workflows/nightly-checks.yml
@@ -68,8 +68,8 @@ jobs:
68
E2E_CLERK_UI_VERSION: "latest"
69
E2E_NEXTJS_VERSION: "canary"
70
E2E_NPM_FORCE: "true"
71
- E2E_REACT_DOM_VERSION: "19.1.0"
72
- E2E_REACT_VERSION: "19.1.0"
+ E2E_REACT_DOM_VERSION: "19.2.1"
+ E2E_REACT_VERSION: "19.2.1"
73
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
74
75
# Upload test artifacts if tests failed
0 commit comments