diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9486ba6..f4764ab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "image": "mcr.microsoft.com/devcontainers/base:jammy", "features": { "ghcr.io/devcontainers/features/python:1": {}, - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:2": {} }, // Features to add to the dev container. More info: https://containers.dev/features.