mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-30 10:51:17 +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
|