mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
chore: fix codesandbox playgrounds, use Node.js 16 version (#7784)
This commit is contained in:
parent
306093b5c9
commit
e44b8aa5bb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
"hardReloadOnChange": true,
|
"hardReloadOnChange": true,
|
||||||
"view": "browser",
|
"view": "browser",
|
||||||
"template": "docusaurus",
|
"template": "docusaurus",
|
||||||
"node": "14",
|
"node": "16",
|
||||||
"container": {
|
"container": {
|
||||||
"node": "14"
|
"node": "16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue