chore: fix codesandbox playgrounds, use Node.js 16 version (#7784)

This commit is contained in:
Sébastien Lorber 2022-07-14 19:51:32 +02:00 committed by GitHub
parent 306093b5c9
commit e44b8aa5bb

View file

@ -3,8 +3,8 @@
"hardReloadOnChange": true,
"view": "browser",
"template": "docusaurus",
"node": "14",
"node": "16",
"container": {
"node": "14"
"node": "16"
}
}