You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
235 B
17 lines
235 B
4 years ago
|
language: node_js
|
||
|
node_js:
|
||
|
- "13"
|
||
|
- "12"
|
||
|
- "10"
|
||
|
- "8"
|
||
|
- "7"
|
||
|
- "6"
|
||
|
- "5"
|
||
|
- "4"
|
||
|
- "0.11"
|
||
|
- "0.10"
|
||
|
- "0.12"
|
||
|
before_install:
|
||
|
- if [[ `npm -v` < 5 ]]; then npm cache clean; fi
|
||
|
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
|