fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-11 13:59:39 +02:00
parent aaaaca2d19
commit 76ba8e2ab9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ stages:
- metadata
before_script:
- npm install -g @shipzone/npmci
- pnpm install -g @shipzone/npmci pnpm
# ====================
# security stage

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@shipzone/npmci',
version: '4.0.7',
version: '4.0.8',
description: 'node and docker in gitlab ci on steroids'
}