Skip to content

Commit

Permalink
fix: use npm i always (for now) (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko authored Sep 11, 2023
1 parent db686b3 commit 1f0cf29
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/actions/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ runs:
steps:
- run: npm i
shell: bash
if: contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref)
if: true
- uses: bahmutov/npm-install@v1
if: contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref) == false
if: false

0 comments on commit 1f0cf29

Please sign in to comment.