chore: Use node@18.16.0 on DevContainer (#10642)
This commit is contained in:
		| @@ -4,7 +4,10 @@ | |||||||
| 	"service": "app", | 	"service": "app", | ||||||
| 	"workspaceFolder": "/workspace", | 	"workspaceFolder": "/workspace", | ||||||
| 	"features": { | 	"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], | 	"forwardPorts": [3000], | ||||||
| 	"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", | 	"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nanashia
					Nanashia