fix(core): update

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

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();