mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 21:22:33 +00:00
BREAKING CHANGE: the API is now async / await. See https://github.com/libp2p/interface-stream-muxer/pull/55#issue-275014779 for a summary of the changes.
18 lines
201 B
YAML
18 lines
201 B
YAML
language: node_js
|
|
cache: npm
|
|
stages:
|
|
- check
|
|
|
|
node_js:
|
|
- '10'
|
|
|
|
jobs:
|
|
include:
|
|
- stage: check
|
|
script:
|
|
- npx aegir dep-check
|
|
- npm run lint
|
|
|
|
notifications:
|
|
email: false
|