Commit Graph

13 Commits

Author SHA1 Message Date
Jan Kassens 88313ffd57
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.
2023-03-06 15:38:03 -05:00
Damian Cyntler 1c58cfab95
Update Node.js to latest v14.17.6 LTS (#22401) 2021-09-24 00:30:12 +01:00
Andrew Clark 95502f7b25
Update CodeSandbox to pull build artifacts from CI (#22400)
Instead of building them from source.

The `download-experimental-build` script polls CI until the build
has finished.
2021-09-22 11:35:56 -07:00
Dan Abramov 37abc99418
Build ReactDOMServer on CodeSandbox CI (#22255) 2021-09-06 21:00:36 +01:00
Ricky e0f89aa056
Clean up Scheduler forks (#20915)
* Clean up Scheduler forks

* Un-shadow variables

* Use timer globals directly, add a test for overrides

* Remove more window references

* Don't crash for undefined globals + tests

* Update lint config globals

* Fix test by using async act

* Add test fixture

* Delete test fixture
2021-05-17 16:53:58 -04:00
Sebastian Silbermann 4edbcdc327
Update supported devEngines (#21364) 2021-04-27 12:03:25 -04:00
Brian Vaughn fc33f12bde
Remove unstable scheduler/tracing API (#20037) 2021-04-26 19:16:18 -04:00
Ricky b12d0078a4
Fix codesandbox build command (#20731) 2021-02-04 11:24:07 -05:00
Ricky 3b02ae5cc6
Add silent to codesandbox config (#20730) 2021-02-03 18:53:07 -05:00
Sebastian Silbermann 9a2150719b
Fix prod build in ci/codesandbox (#20606) 2021-01-18 14:56:17 -05:00
Sebastian Silbermann e2d73e91cc
chore: Build react-dom/test-utils in codesandbox deploy (#19321) 2020-07-13 16:15:37 +01:00
Sebastian Silbermann 707478e68a
chore: Build react-dom/server in codesandbox CI (#18679) 2020-04-20 18:48:07 +01:00
Ives van Hoorne a1ff9fd7bb Add CodeSandbox CI Config (#17175)
* Add CodeSandbox CI Config

* Add default sandbox to build

* Make build more efficient and add scheduler

* Force build

* Add scheduler image

* Add scheduler/tracing to the build

* Force another build
2019-10-31 10:44:48 -07:00