diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b73dfa0..a95dfb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/npmextra.json b/npmextra.json index 305bf3f..f7daf3b 100644 --- a/npmextra.json +++ b/npmextra.json @@ -10,6 +10,7 @@ } }, "npmci": { - "npmAccessLevel": "public" + "npmAccessLevel": "public", + "npmRegistryUrl": "verdaccio.lossless.one" } } \ No newline at end of file