mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-04-25 21:13:50 +00:00
11 lines
151 B
YAML
11 lines
151 B
YAML
name: npm i
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- run: npm i
|
|
shell: bash
|
|
if: true
|
|
- uses: bahmutov/npm-install@v1
|
|
if: false
|