diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1c71ce32..58384f3e 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/dotnet:2": {"version": "10.0"}, - "ghcr.io/devcontainers/features/node:1": {"version": "24"} + "ghcr.io/devcontainers/features/node:2": {"version": "24"} }, // Finalize container setup when a dev container is created.