Compare commits

..

2 Commits

Author SHA1 Message Date
5ea42320a9 4.1.4 2023-05-07 22:35:19 +02:00
d07ebfc9c6 fix(core): update 2023-05-07 22:35:18 +02:00
3 changed files with 749 additions and 721 deletions

View File

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

1466
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.3',
version: '4.1.4',
description: 'node and docker in gitlab ci on steroids'
}