Skip to content

Commit

Permalink
Fixing npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoberano-ld committed Dec 7, 2023
1 parent 9caf009 commit 8882e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/install-latest-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ runs:
using: composite
steps:
- name: 'Install latest npm to support provenance publishing'
shell: bash
run: |
npm install -g npm
npm install -g npm

0 comments on commit 8882e6f

Please sign in to comment.