mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 10:12:30 +00:00
11 lines
118 B
YAML
11 lines
118 B
YAML
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "stable"
|
||
|
|
||
|
before_install:
|
||
|
- npm install -g npm
|
||
|
|
||
|
script:
|
||
|
- npm run lint
|