fix(core): update

This commit is contained in:
Philipp Kunz 2020-08-12 16:08:02 +00:00
parent 8bf9e3d691
commit 19160170a9

View File

@ -29,7 +29,7 @@ audit:
stage: security
script:
- npmci npm prepare
- npmci command npm install --ignore-scripts
- npmci command npm install --production --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high
tags: