mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
chore: bump devcontainer to node 18 (#7726)
* fix: bump devcontainer to node 16 * fix: bump devcontainer directly to nodejs 18
This commit is contained in:
parent
3a3ce254ce
commit
8a72b769b1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"waitFor": "postCreateCommand", // otherwise automated jest tests fail
|
"waitFor": "postCreateCommand", // otherwise automated jest tests fail
|
||||||
"features": {
|
"features": {
|
||||||
"node": {
|
"node": {
|
||||||
"version": "14"
|
"version": "18"
|
||||||
},
|
},
|
||||||
"github-cli": "latest"
|
"github-cli": "latest"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue