fix(core): update
This commit is contained in:
parent
d2871d601a
commit
ba5e69041f
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@shipzone/npmci',
|
||||
version: '4.0.5',
|
||||
version: '4.0.6',
|
||||
description: 'node and docker in gitlab ci on steroids'
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ export class NpmciNodeJsManager {
|
||||
logger.log('warn', 'Nvm not in path so staying at installed node version!');
|
||||
}
|
||||
logger.log('info', 'now installing latest npm version');
|
||||
await bash('npm install -g npm && pnpm install -g pnpm');
|
||||
await bash('npm install -g npm');
|
||||
await bash('node -v');
|
||||
await bash('npm -v');
|
||||
await bash('pnpm -v');
|
||||
|
Loading…
Reference in New Issue
Block a user