Skip to content

chore(deps-dev): bump @types/react from 18.3.3 to 18.3.5 #2898

chore(deps-dev): bump @types/react from 18.3.3 to 18.3.5

chore(deps-dev): bump @types/react from 18.3.3 to 18.3.5 #2898

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build