Skip to content

Commit

Permalink
chore: print npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Feb 25, 2024
1 parent 2e25ab6 commit f4b564a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extra-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ runs:
node --version
echo "NPM version:"
npm --version
echo "NPM Config: "
npm config list -l
# - name: Set npm prefix
# run: npm config set prefix '/home/runner/.npm'

0 comments on commit f4b564a

Please sign in to comment.