From 78087810c3c68e486d08813e287856f7de4ca556 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 26 Dec 2023 08:54:34 -0500 Subject: [PATCH] Update devcontainer.json (#1124) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b52c80b1..2f7b7787f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.158.0/containers/typescript-node { "name": "Z-Wave JS Server", - "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-16", + "image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:dev-18", "context": "..", "postCreateCommand": "npm install", "forwardPorts": [3000],