mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
7 lines
163 B
YAML
7 lines
163 B
YAML
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
before_install: dpkg --compare-versions `npm -v` ge 6.4.0 || npm i -g npm@^6.4.0
|