Skip to content

Bump react from 18.3.1 to 19.1.1 in /site #444

Bump react from 18.3.1 to 19.1.1 in /site

Bump react from 18.3.1 to 19.1.1 in /site #444

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build-release
- run: npm run lint
- run: npm run test