Skip to content

chore(deps): update react monorepo to ~18.3.0 #201

chore(deps): update react monorepo to ~18.3.0

chore(deps): update react monorepo to ~18.3.0 #201

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build:lib
- run: npm run coverage
- run: npm run build:doc
- run: npm run bundle
working-directory: core
- run: npm run bundle:min
working-directory: core