Skip to content

Bump react and @types/react (#1019) #2127

Bump react and @types/react (#1019)

Bump react and @types/react (#1019) #2127

Workflow file for this run

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