Skip to content

Bump @types/react from 18.2.48 to 18.2.78 #76

Bump @types/react from 18.2.48 to 18.2.78

Bump @types/react from 18.2.48 to 18.2.78 #76

Workflow file for this run

name: Build Checks for Dashboard
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build