8 lines
97 B
YAML
8 lines
97 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
- "lts/*"
|
||
|
install:
|
||
|
- npm update npm -g
|
||
|
- npm install
|