Skip to content

url and lift updates #306

url and lift updates

url and lift updates #306

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
name: Check on node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: make