Skip to content

Bump @types/react-dom from 18.3.0 to 18.3.1 #158

Bump @types/react-dom from 18.3.0 to 18.3.1

Bump @types/react-dom from 18.3.0 to 18.3.1 #158

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
types: [opened, synchronize]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm install
env:
HUSKY: 0
- run: npm run lint
- run: npm run prettier