mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 02:10:06 +00:00
chore: removing gitpod badge and switching Node to LTS
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: nvm install --latest-npm && npm i -g @sasjs/cli
|
- init: nvm install --lts && npm i -g @sasjs/cli
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.dockerfile
|
file: .gitpod.dockerfile
|
||||||
@@ -20,6 +20,6 @@ github:
|
|||||||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
|
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
|
||||||
addComment: true
|
addComment: true
|
||||||
# add a "Review in Gitpod" button to pull requests (defaults to false)
|
# 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)
|
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||||
addLabel: prebuilt-in-gitpod
|
addLabel: prebuilt-in-gitpod
|
||||||
Reference in New Issue
Block a user