Skip to content

Commit 45fa6ed

Browse files
committed
chore: turn off debug
1 parent 12cc254 commit 45fa6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup Node.js
171171
uses: actions/setup-node@v4
172172
with:
173-
node-version: '23'
173+
node-version: '24.10.0'
174174
cache: 'pnpm'
175175

176176
- name: Install Watchman

apps/playground/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"start": {
44
"executor": "nx:run-commands",
55
"options": {
6-
"command": "DEBUG='Metro:*' node ../../packages/react-native-harness/bin.js",
6+
"command": "node ../../packages/react-native-harness/bin.js",
77
"cwd": "apps/playground"
88
}
99
}

0 commit comments

Comments
 (0)