Skip to content

Update react monorepo to v18 (major) #455

Update react monorepo to v18 (major)

Update react monorepo to v18 (major) #455

Workflow file for this run

name: build
on:
push:
branches:
- main
- develop
- feature/ci
- feature/ut
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cd src
npm install
npm run build --if-present