Skip to content

fix(deps): update react monorepo to v19 (major) #180

fix(deps): update react monorepo to v19 (major)

fix(deps): update react monorepo to v19 (major) #180

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: |
yarn install --immutable
- name: Run Tests
run: yarn test