Skip to content

build(deps-dev): bump @types/react from 18.3.3 to 18.3.4 #936

build(deps-dev): bump @types/react from 18.3.3 to 18.3.4

build(deps-dev): bump @types/react from 18.3.3 to 18.3.4 #936

Workflow file for this run

name: check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn typecheck
- name: Build application
run: yarn build
env:
CI: true