Skip to content

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

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

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

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@v2
- run: |
npm run setup
- run: |
npx lerna run all