fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-11 13:59:15 +02:00
parent 2d00882fd7
commit 71b27eda17
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -62,7 +62,6 @@ export class NpmciNodeJsManager {
await bash('npm install -g npm');
await bash('node -v');
await bash('npm -v');
await bash('pnpm -v');
// lets look for further config
const config = await this.npmciRef.npmciConfig.getConfig();