Skip to content

Commit

Permalink
still need to debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 20, 2023
1 parent 499ac9a commit 8af7a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function loadVersion(version) {

function runCommand(version, command) {
return exec(
`unset npm_config_prefix && . ~/.nvm/nvm.sh && nvm use --silent ${version} && ${command}`,
`unset npm_config_prefix && . ~/.nvm/nvm.sh && nvm use ${version} && ${command}`,
)
}

Expand Down

0 comments on commit 8af7a87

Please sign in to comment.