diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bb5343e..7c33a64 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ }, // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers/features/node:1": { "version": "24.13.0" } + "ghcr.io/devcontainers/features/node:2": { "version": "24.13.0" } }, // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [],