Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-ts/.travis.yml
2022-07-03 07:27:35 +05:30

10 lines
105 B
YAML

language: node_js
node_js:
- "12"
- "14"
- "16"
script:
- yarn build
- yarn lint
- yarn test