Skip to content

Commit 88687c4

Browse files
committed
CSB now uses Node.js 18.20
1 parent 1a217e9 commit 88687c4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.codesandbox/ci.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
33
"buildCommand": "download-build-in-codesandbox-ci",
4-
"installCommand": "install:csb",
54
"node": "18",
65
"publishDirectory": {
76
"react": "build/oss-experimental/react",

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react/jsx,react-dom/index,react-dom/unstable_testing,react-dom/test-utils,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh,react-art --type=NODE",
112112
"build-for-devtools-dev": "yarn build-for-devtools --type=NODE_DEV",
113113
"build-for-devtools-prod": "yarn build-for-devtools --type=NODE_PROD",
114-
"install:csb": "yarn install --ignore-engines",
115114
"linc": "node ./scripts/tasks/linc.js",
116115
"lint": "node ./scripts/tasks/eslint.js",
117116
"lint-build": "node ./scripts/rollup/validate/index.js",

0 commit comments

Comments
 (0)