From 8f9715035a1b3353a69efd06bd03782faa220782 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Fri, 1 Oct 2021 12:55:54 +0000 Subject: [PATCH] chore: removing gitpod badge and switching Node to LTS --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 92a0448..e6933a4 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: nvm install --latest-npm && npm i -g @sasjs/cli + - init: nvm install --lts && npm i -g @sasjs/cli image: file: .gitpod.dockerfile @@ -20,6 +20,6 @@ github: # add a "Review in Gitpod" button as a comment to pull requests (defaults to true) addComment: true # add a "Review in Gitpod" button to pull requests (defaults to false) - addBadge: true + addBadge: false # add a label once the prebuild is ready to pull requests (defaults to false) addLabel: prebuilt-in-gitpod \ No newline at end of file