UNPKG

282 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "12"
5 - "10"
6 - "8"
7
8# before_install:
9# - curl -L https://unpkg.com/@pnpm/self-installer | node
10# install:
11# - pnpm install
12
13script:
14 - npm run lint-ci
15 - npm run test-ci
16
17notifications:
18 email:
19 on_success: never
20 on_failure: always