Skip to content

build(deps): bump typeorm from 0.2.31 to 0.3.0 #37

build(deps): bump typeorm from 0.2.31 to 0.3.0

build(deps): bump typeorm from 0.2.31 to 0.3.0 #37

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: install yarn
run: npm install -g yarn
- name: install dependencies
run: yarn
- name: lint
run: yarn lint