Skip to content

Commit

Permalink
Update bin/plugin/commands/packages.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Aug 14, 2023
1 parent 37947d5 commit 7146281
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bin/plugin/commands/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,16 +372,6 @@ async function publishPackagesToNpm( {
minimumVersionBump,
releaseType,
} ) {
const { stdout: nodeVersion } = await command( 'node -v', {
cwd: gitWorkingDirectoryPath,
} );
log( `>> Current node version: ${ nodeVersion }.` );

const { stdout: npmVersion } = await command( 'npm -v', {
cwd: gitWorkingDirectoryPath,
} );
log( `>> Current node version: ${ npmVersion }.` );

log( '>> Installing npm packages.' );
await command( 'npm ci', {
cwd: gitWorkingDirectoryPath,
Expand Down

0 comments on commit 7146281

Please sign in to comment.