fix(core): update

This commit is contained in:
2020-05-22 07:59:05 +00:00
parent bf7a2c9146
commit 2266813faf
4 changed files with 18 additions and 5 deletions

View File

@@ -24,6 +24,19 @@ mirror:
- docker
- notpriv
audit:
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
stage: security
script:
- npmci npm prepare
- npmci command npm install --ignore-scripts
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high
tags:
- lossless
- docker
- notpriv
# ====================
# test stage
# ====================