mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 09:07:57 +02:00
chore: fix codesandbox playgrounds, use Node.js 16 version (#7784)
This commit is contained in:
parent
1065e558d2
commit
7f40350d6e
4 changed files with 8 additions and 8 deletions
admin/scripts
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue