mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-29 21:33:13 +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
|