js-waku/.github/actions/npm/action.yml

17 lines
373 B
YAML
Raw Normal View History

name: npm i
runs:
using: "composite"
steps:
- run: npm i
shell: bash
if: contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref)
- uses: bahmutov/npm-install@v1
if: contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref) == false