fix(dev): devcontainerのcorepackのバージョンを指定するように (#15415)
This commit is contained in:
parent
54fc232a23
commit
026ec40b3b
|
@ -7,7 +7,9 @@
|
||||||
"ghcr.io/devcontainers/features/node:1": {
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
"version": "22.11.0"
|
"version": "22.11.0"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers-contrib/features/corepack:1": {}
|
"ghcr.io/devcontainers-extra/features/corepack:1": {
|
||||||
|
"version": "0.31.0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [3000],
|
"forwardPorts": [3000],
|
||||||
"postCreateCommand": "/bin/bash .devcontainer/init.sh",
|
"postCreateCommand": "/bin/bash .devcontainer/init.sh",
|
||||||
|
|
Loading…
Reference in New Issue