Compare commits

...

2 Commits

Author SHA1 Message Date
50d3f2d795 4.1.22 2023-07-12 18:23:32 +02:00
305856b9e1 fix(core): update 2023-07-12 18:23:31 +02:00
3 changed files with 206 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@shipzone/npmci",
"version": "4.1.21",
"version": "4.1.22",
"private": false,
"description": "node and docker in gitlab ci on steroids",
"main": "dist_ts/index.js",

342
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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