fix(core): update

This commit is contained in:
Philipp Kunz 2021-02-26 23:49:18 +00:00
parent 0c3ce8b6d7
commit 25c7a6dc49

View File

@ -17,8 +17,9 @@ 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"
- bash -c ". ~/.nvm/nvm.sh && nvm install stable -s"
- bash -c ". ~/.nvm/nvm.sh && nvm install 14.3.0 -s"
- npm config set unsafe-perm true
- export $PATH=/root/.nvm/versions/node/v14.3.0/bin:$PATH
- node -v && npm -v
- npm install -g @shipzone/npmci
- npmci npm prepare