UNPKG

132 BYAMLView Raw
1language: node_js
2node_js:
3 - 17
4install:
5 - npm install
6script:
7 - npm run lint
8 - npm run test
9branches:
10 only:
11 - master