fix: use npm i always (for now) (#1557)

This commit is contained in:
Sasha 2023-09-11 13:11:40 +02:00 committed by GitHub
parent db686b3f7a
commit 1f0cf29b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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