Skip to content

Bump @types/react from 18.3.9 to 18.3.10 #1373

Bump @types/react from 18.3.9 to 18.3.10

Bump @types/react from 18.3.9 to 18.3.10 #1373

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
# - run: yarn build
# - run: npm test