Skip to content

Commit

Permalink
Codesandbox: upgrade to NodeJS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kassens committed Mar 6, 2023
1 parent 6e1756a commit 1aac4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down

0 comments on commit 1aac4d1

Please sign in to comment.