From 66797f34c48f4bc6a318a260a69723e1ae01e61b Mon Sep 17 00:00:00 2001 From: Tom Free <7283497+thfrei@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:54:01 +0200 Subject: [PATCH] upgrade node v14.17.6 for gitpod since optional chaining is required (#2219) --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 02a0e9f70..9daed0749 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,7 +2,7 @@ image: file: .gitpod.dockerfile tasks: - - before: nvm install 10 && nvm use 10 + - before: nvm install 14.17.6 && nvm use 14.17.6 init: npm install command: npm run start-server