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

View File

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