Skip to content

Commit 88313ff

Browse files
authored
Codesandbox: upgrade to Node.js 18 (facebook#26330)
Turns out Codesandbox didn't support `String.prototype.replaceAll` in facebook#26329. This updates the config to use Node.js 18 for Codesandbox builds.
1 parent 6e1756a commit 88313ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codesandbox/ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
33
"buildCommand": "download-build-in-codesandbox-ci",
4-
"node": "14",
4+
"node": "18",
55
"publishDirectory": {
66
"react": "build/oss-experimental/react",
77
"react-dom": "build/oss-experimental/react-dom",

0 commit comments

Comments
 (0)