Skip to content

[npm] Bump @types/react-dom from 19.1.2 to 19.1.3 #89

[npm] Bump @types/react-dom from 19.1.2 to 19.1.3

[npm] Bump @types/react-dom from 19.1.2 to 19.1.3 #89

Workflow file for this run

name: check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint