fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-26 23:41:51 +00:00
parent d806a0db1d
commit fccaeeb47c

View File

@ -17,7 +17,7 @@ before_script:
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
- apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so"
- ~/.nvm/nvm.sh && nvm install stable -s
- bash -c ". ~/.nvm/nvm.sh && nvm install stable -s"
- npm config set unsafe-perm true
- node -v && npm -v
- npm install -g @shipzone/npmci