fix(core): update

This commit is contained in:
Philipp Kunz 2021-03-05 16:03:33 +00:00
parent 8e625e419f
commit a18a659b99
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# gitzone ci_default
# gitzone ci_default_private
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
cache:
@ -35,6 +35,7 @@ auditProductionDependencies:
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- lossless
- docker
auditDevDependencies:
@ -46,6 +47,7 @@ auditDevDependencies:
- npmci command npm config set registry https://registry.npmjs.org
- npmci command npm audit --audit-level=high --only=dev
tags:
- lossless
- docker
allow_failure: true
@ -62,7 +64,9 @@ testStable:
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- lossless
- docker
- notpriv
testBuild:
stage: test
@ -73,7 +77,9 @@ testBuild:
- npmci command npm run build
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- lossless
- docker
- notpriv
release:
stage: release

View File

@ -45,4 +45,4 @@
"browserslist": [
"last 1 Chrome versions"
]
}
}