Skip to content

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

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

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

Workflow file for this run

name: CI
on:
push:
branches: ['dev', 'renovate/*']
pull_request:
branches: ['dev', '!renovate/*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: build-dist
path: dist