diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 58b1322c..224dfe9b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { // https://github.com/devcontainers/features/blob/main/src/node/README.md - "ghcr.io/devcontainers/features/node:1": { + "ghcr.io/devcontainers/features/node:2": { "version": "lts", "pnpmVersion": "latest" }