fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-26 23:39:23 +00:00
parent f6809ac84a
commit 9651c1a889

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 install stable -s
- $HOME/.nvm/nvm.sh && nvm install stable -s
- npm config set unsafe-perm true
- node -v && npm -v
- npm install -g @shipzone/npmci