Skip to content

Commit

Permalink
chore: fix codesandbox playgrounds, use Node.js 16 version (#7784)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jul 14, 2022
1 parent 306093b commit e44b8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"hardReloadOnChange": true,
"view": "browser",
"template": "docusaurus",
"node": "14",
"node": "16",
"container": {
"node": "14"
"node": "16"
}
}

0 comments on commit e44b8aa

Please sign in to comment.