Skip to content

fix: Allow React 19 as peer dependency #263

fix: Allow React 19 as peer dependency

fix: Allow React 19 as peer dependency #263

Workflow file for this run

name: Unit tests
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
build:
name: Core Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Enable Corepack
run: corepack enable
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install
run: |
yarn
- name: test
run: |
yarn test
- name: lint
run: |
yarn lint
- name: chromatic
run: |
yarn chromatic