Skip to content

Commit

Permalink
test(ci): default fallback to npm@9 if version is empty
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 1, 2023
1 parent 773d71f commit 566c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Use Original NPM Version
id: original-npm-version
run: npm install -g npm@${{ steps.npm-version.outputs.number }}
run: npm install -g npm@${{ steps.npm-version.outputs.number || '9' }}

- name: Install Rust toolchain
id: install-rust
Expand Down

0 comments on commit 566c764

Please sign in to comment.