Skip to content
Snippets Groups Projects
Unverified Commit 973e70ba authored by Nanashia's avatar Nanashia Committed by GitHub
Browse files

chore: Use node@18.16.0 on DevContainer (#10642)

parent 15761a0f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@
"service": "app",
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
"ghcr.io/devcontainers-contrib/features/pnpm:2": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "18.16.0"
}
},
"forwardPorts": [3000],
"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment