1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: removing gitpod badge and switching Node to LTS

This commit is contained in:
Allan Bowe
2021-10-01 12:55:54 +00:00
parent 35ddccaa16
commit 8f9715035a

View File

@@ -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