UNPKG

116 BYAMLView Raw
1language: node_js
2sudo: false
3node_js:
4 - "11"
5 - "10"
6 - "8"
7install:
8 - yarn install
9script:
10 - yarn test:ci