From 80546af18b6f686092f8c377f45730e7d486e547 Mon Sep 17 00:00:00 2001 From: Rico Apon Date: Sat, 3 Aug 2024 09:24:56 +0200 Subject: [PATCH] Update DevContainer to use Node version 20 --- .devcontainer/.devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/.devcontainer.json b/.devcontainer/.devcontainer.json index 05aafd8..d10fa11 100644 --- a/.devcontainer/.devcontainer.json +++ b/.devcontainer/.devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "Node.js & TypeScript", - "image": "mcr.microsoft.com/devcontainers/typescript-node:18", + "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "features": { "ghcr.io/devcontainers-contrib/features/angular-cli:2.0.15": {}, "ghcr.io/devcontainers-contrib/features/typescript:2.0.15": {}