mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 13:04:41 +00:00
fix: use npm i always (for now) (#1557)
This commit is contained in:
parent
db686b3f7a
commit
1f0cf29b78
10
.github/actions/npm/action.yml
vendored
10
.github/actions/npm/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user