We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cc254 commit 45fa6edCopy full SHA for 45fa6ed
.github/workflows/e2e-tests.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Setup Node.js
171
uses: actions/setup-node@v4
172
with:
173
- node-version: '23'
+ node-version: '24.10.0'
174
cache: 'pnpm'
175
176
- name: Install Watchman
apps/playground/project.json
@@ -3,7 +3,7 @@
3
"start": {
4
"executor": "nx:run-commands",
5
"options": {
6
- "command": "DEBUG='Metro:*' node ../../packages/react-native-harness/bin.js",
+ "command": "node ../../packages/react-native-harness/bin.js",
7
"cwd": "apps/playground"
8
}
9
0 commit comments