Files
wangxiaowei 5d7b75a14e first commit
2025-12-09 13:35:21 +08:00

15 lines
142 B
YAML

language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
branches:
only:
- master
- node-4
script:
- npm run lint
- npm test