Skip to content

fix(deps): update react monorepo to v19 (major) #249

fix(deps): update react monorepo to v19 (major)

fix(deps): update react monorepo to v19 (major) #249

Workflow file for this run

name: Build & Deploy
on:
pull_request:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build
- run: npm run coverage
- run: npm run bundle
- run: npm run bundle:min