Skip to content

Commit

Permalink
ci: npm version logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Oct 2, 2023
1 parent ca08645 commit 8b75ff9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
with:
node-version: lts/*
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: yarn add npm@$(npm -v)
- run: |
echo "package.json npm version: $(jq '.dependencies.npm' package.json)"
echo "GHA Node LTS npm version: $(node -v)"
yarn add npm@$(npm -v)
- uses: salesforcecli/github-workflows/.github/actions/gitConfig@main
# Push changes if 'git status' is not empty
- run: |
Expand Down

0 comments on commit 8b75ff9

Please sign in to comment.