Set some stuff

See https://stackoverflow.com/a/52196681:
This commit is contained in:
StefMa
2019-10-02 10:46:44 +02:00
parent 89a923f7b6
commit 7ac03f2f5b

View File

@@ -76,6 +76,7 @@ jobs:
name: Install now CLI name: Install now CLI
command: | command: |
apk add --update npm apk add --update npm
npm config set unsafe-perm true
npm install -g now@16.3.0 npm install -g now@16.3.0
- run: - run:
name: Publish to now.sh name: Publish to now.sh