Skip to content

build(deps-dev): bump @types/react from 18.2.56 to 18.2.61 #69

build(deps-dev): bump @types/react from 18.2.56 to 18.2.61

build(deps-dev): bump @types/react from 18.2.56 to 18.2.61 #69

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