diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 310e627..26eb2cd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "GitHub Readme Stats Dev", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers/features/node:1": { "version": "22" } + "ghcr.io/devcontainers/features/node:2": { "version": "22" } }, "forwardPorts": [3000], "portsAttributes": {