mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +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
4
examples/classic-typescript/sandbox.config.json
generated
4
examples/classic-typescript/sandbox.config.json
generated
|
@ -3,8 +3,8 @@
|
|||
"hardReloadOnChange": true,
|
||||
"view": "browser",
|
||||
"template": "docusaurus",
|
||||
"node": "14",
|
||||
"node": "16",
|
||||
"container": {
|
||||
"node": "14"
|
||||
"node": "16"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue