Skip to content

fix(deps): update all dependencies j:cdx-227 (major) #14

fix(deps): update all dependencies j:cdx-227 (major)

fix(deps): update all dependencies j:cdx-227 (major) #14

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm run setup
- run: |
npx lerna run all