Skip to content

build(deps): update dependency @types/react to ^19.0.3 #6642

build(deps): update dependency @types/react to ^19.0.3

build(deps): update dependency @types/react to ^19.0.3 #6642

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
tags: ['!v*']
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Format check
run: pnpm format-check
- name: Lint
run: pnpm lint
# - name: Test
# run: pnpm test --ci --coverage