mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
9 lines
124 B
YAML
9 lines
124 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
- "12"
|
|
|
|
install: npm install -g gulp lerna && npm install && lerna bootstrap
|