Skip to content

build(deps-dev): bump react and @types/react #80

build(deps-dev): bump react and @types/react

build(deps-dev): bump react and @types/react #80

Workflow file for this run

name: Build and lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16.15.1
- name: Install dependencies
run: yarn install --frozen-lock-file
- name: Build, lint and Type check
run: yarn build