fix(core): update

This commit is contained in:
Philipp Kunz 2019-12-15 19:22:27 +00:00
parent c908cd824b
commit d348590e9a
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# gitzone ci_default
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
cache:
paths:
- .npmci_cache/
key: '$CI_BUILD_STAGE'
stages:
- security

View File

@ -10,6 +10,7 @@
}
},
"npmci": {
"npmAccessLevel": "public"
"npmAccessLevel": "public",
"npmRegistryUrl": "verdaccio.lossless.one"
}
}