Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codesandbox: upgrade to Node.js 18 (#26330)
Turns out Codesandbox didn't support `String.prototype.replaceAll` in #26329. This updates the config to use Node.js 18 for Codesandbox builds.
- Loading branch information
88313ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"buildCommand": "download-build-in-codesandbox-ci",
"node": "14",
"node": "18",
"publishDirectory": {
"react": "build/oss-experimental/react",
"react-dom": "build/oss-experimental/react-dom",
}
88313ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://playground.react.dev/#N4Igzg9grgTgxgUxALhASwLYAcIwC4AEASggIZyEBmMEGBA5DGRfQNwA6AdpjvgcAQDCETnhoAbcQhgAaAlDAIAYrjoBfAtVoMm5PAFoAFhAgBrfZVVsuXBAA9ehACYJKpKOKpROFNCIIAsgCeKjAYABQAlPxcBARwImCEAgmiEnKGpJxOUgDKUABGGGh4cgDupHhwhgQaALzyiqERwLFxBBgQLsgMIoKZnADmCPQybXEubh54AGqk4lAIYD2tnO3tGEtgpMM99PTjtW1qkRycbZTevv4i+UUl4U6VpNGr66mQUgB04hCD4ewQHding8AgnAQnnhSMhAXIoS8zut5tI8OEAAbNAhgQogsEQnFwRBgMCXSRBHoAEmAAClcgB5AByXySMDQQzQlCCj2ekTU6NOxxsawITDwsDWAJFcQAPJYwgRbriSnVgAMcghgQ8lfc8HyAHyHWXCNIQSTSI3tTikTZ1QGbEk7BCAy1xVJiM2q90SNSu0UeJaqt7rENMACOUDQTCcPUBABVDGgwJo0AhxBCk6KEBGo+C4X64sVOAAZBBDPCGFYEABu80WPQArHIHdtdgRAQF2ZgoHQpOWapmG-FMjA9NIwICjtKQ2pfdP1kxstJVeEBJRU+m5Ou005ctCwVXpDQYLVatE6vqCFKQyGZYb5zeCDL2VgoMkvh-t+mNFhxOQEMY6bLvGQRYAgBBBNAJ4tk6k4APT3o+IbAEeuAEAAZOhT5gFgWTYngQRSEG8RmrgsYgNGk6zvqKEwMeXwwcMagynBOFZPqc5IbKCF+nylo8Q+MpOGg1Y0XSTIsmI7KDJy3IVFUhhRHyLHCaJloygUb54P4BFgXa4DKnggL6lqeAsZpoIiIh7QsfKGDWYKnBziAahAA
88313ff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stupid people