just use the latest nodejs version on APK repos

This commit is contained in:
Aljaz S
2021-11-25 17:57:23 +01:00
parent 456aac3841
commit 377f925f33

View File

@@ -7,7 +7,7 @@ deploy:
tags:
- exec-docker
script:
- apk add nodejs~=17 npm git
- apk add nodejs npm git
- npm install --global caprover
- caprover deploy --caproverUrl $GITAPP_URL --appToken $GITAPP_TOKEN --appName $GITAPP_NAME --branch origin/master
only: