mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 22:03:07 +00:00
11 lines
336 B
YAML
11 lines
336 B
YAML
name: npm i
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- if: ${{ github.ref == 'refs/heads/master' || github.head_ref == 'release-please--branches--master' }}
|
|
run: npm i
|
|
shell: bash
|
|
- if: ${{ github.ref != 'refs/heads/master' && github.head_ref != 'release-please--branches--master' }}
|
|
uses: bahmutov/npm-install@v1
|