Skip to content

build(deps-dev): bump babel-plugin-react-compiler from 19.0.0-beta-63… #1327

build(deps-dev): bump babel-plugin-react-compiler from 19.0.0-beta-63…

build(deps-dev): bump babel-plugin-react-compiler from 19.0.0-beta-63… #1327

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm biome ci --reporter=github