Skip to content

Commit

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

0 comments on commit 959668b

Please sign in to comment.