Skip to content

chore(deps): update react monorepo #1125

chore(deps): update react monorepo

chore(deps): update react monorepo #1125

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 14.x
- name: Install Dependencies
run: yarn
- name: Build Server
run: yarn server:build
- name: Build Client
run: yarn build