Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

chore(deps): update react monorepo #81

chore(deps): update react monorepo

chore(deps): update react monorepo #81

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: sudo corepack enable yarn
- run: yarn install
- run: yarn lint
- run: yarn build