From 176796a2cd9c8ee1a6ea69d63a5ed29980883e48 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 25 Mar 2021 22:42:32 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b72d8467..7717c093 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,9 +3,8 @@ "name": "Node.js & TypeScript", "build": { "dockerfile": "Dockerfile", - // Update 'VARIANT' to pick a Node version: 10, 12, 14 "args": { - "VARIANT": "14" + "VARIANT": "12" } }, "settings": { @@ -15,4 +14,4 @@ "dbaeumer.vscode-eslint" ], "remoteUser": "node" -} \ No newline at end of file +}