Skip to content

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588) #1277

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588)

Bump @types/react-dom from 18.3.0 to 18.3.1 in the react group (#588) #1277

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- '20'
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable
- run: yarn run lint
- run: yarn build