From 8bae65da47c3167f789d2e4de29724d09c2daeca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:13:26 +0000 Subject: [PATCH] chore(deps): update ghcr.io/devcontainers/features/node docker tag to v2 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }