From cb95e7b918536d4a1426c79f5e56ff0e27613797 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Feb 2021 21:38:08 -0500 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b72d8467..eb04e5b1 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": {