Skip to content

Commit

Permalink
chore: fix codesandbox playgrounds, use Node.js 16 version (#7784)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 14, 2022
1 parent 1065e55 commit 7f40350
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions admin/scripts/generateExamples.js
Expand Up @@ -77,9 +77,9 @@ async function generateTemplateExample(template) {
hardReloadOnChange: true,
view: 'browser',
template: 'docusaurus',
node: '14',
node: '16',
container: {
node: '14',
node: '16',
},
};
await fs.writeFile(
Expand Down
4 changes: 2 additions & 2 deletions examples/classic-typescript/sandbox.config.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/classic/sandbox.config.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/facebook/sandbox.config.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f40350

Please sign in to comment.