From 8ab30c59997c076e108806d2b9d5a28e0aba64aa Mon Sep 17 00:00:00 2001 From: Saptarshi Chakraborty Date: Wed, 23 Jul 2025 14:37:51 +0530 Subject: [PATCH] fix: changed the node js version from 20 to 22 as per #257193 (#257400) Co-authored-by: Saptarshi Chakraborty --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9be15a6afa1..3fec7ae24bc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/typescript-node:20-bookworm +FROM mcr.microsoft.com/devcontainers/typescript-node:22-bookworm ADD install-vscode.sh /root/ RUN /root/install-vscode.sh