From 8a72b769b141c0b9e81fa1eb814a3a53317cf8b8 Mon Sep 17 00:00:00 2001 From: Joshua Schmitt Date: Wed, 6 Jul 2022 10:32:08 +0200 Subject: [PATCH] chore: bump devcontainer to node 18 (#7726) * fix: bump devcontainer to node 16 * fix: bump devcontainer directly to nodejs 18 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1d41847172f3..fe887c705e20 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,7 @@ "waitFor": "postCreateCommand", // otherwise automated jest tests fail "features": { "node": { - "version": "14" + "version": "18" }, "github-cli": "latest" }