diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4db2615f25..556a184486 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,10 +3,10 @@ { "name": "Node.js & TypeScript", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/typescript-node:0-16", + "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18", "features": { "ghcr.io/devcontainers-contrib/features/pnpm:2": { - "version": "8" + "version": "9" } }, @@ -24,8 +24,7 @@ "cpus": 4, "memory": "8gb", "storage": "32gb" - } - + } // Configure tool-specific properties. // "customizations": {},