Skip to content

CD-2472 support for getting max LTVs of collections #32

CD-2472 support for getting max LTVs of collections

CD-2472 support for getting max LTVs of collections #32

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Build, lint on Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14.x', '16.x', '18.x']
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install
run: yarn install
- name: Lint
run: yarn lint
- name: Build
run: yarn build