mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +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,
|
||||
"view": "browser",
|
||||
"template": "docusaurus",
|
||||
"node": "14",
|
||||
"node": "16",
|
||||
"container": {
|
||||
"node": "14"
|
||||
"node": "16"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue