Skip to content

chore(deps-dev): Bump @types/react from 18.2.23 to 18.2.31 #8

chore(deps-dev): Bump @types/react from 18.2.23 to 18.2.31

chore(deps-dev): Bump @types/react from 18.2.23 to 18.2.31 #8

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
name: 🔎 Typecheck
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout code
uses: actions/checkout@v3
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: 📦 Install dependencies
run: yarn install --frozen-lockfile
- name: 🔎 Run typecheck
run: yarn typecheck:all