diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c4d17c..30b07d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: before_script: - pnpm install -g pnpm - - pnpm install -g @shipzone/pnpm + - pnpm install -g @shipzone/npmci - npmci npm prepare # ==================== @@ -32,6 +32,7 @@ auditProductionDependencies: tags: - lossless - docker + allow_failure: true auditDevDependencies: image: registry.gitlab.com/hosttoday/ht-docker-node:npmci diff --git a/package.json b/package.json index 8de6be3..c1f9301 100644 --- a/package.json +++ b/package.json @@ -74,4 +74,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6c75aab..9f486ea 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@shipzone/npmci', - version: '4.0.10', + version: '4.0.11', description: 'node and docker in gitlab ci on steroids' }