From 300a1dcd0cf24c96b084fb3c962e06fe8b2ed16a Mon Sep 17 00:00:00 2001 From: Sreeram Padmanabhan <8502281+siri404@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:38:29 +0000 Subject: [PATCH] Update Node.js version in devcontainer configuration --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad4c73b4d..53ab8dd18 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm", + "image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-bookworm", "customizations": { "vscode": { "settings": {