chore: fix CI

This commit is contained in:
Jeff Williams 2023-01-08 07:38:15 -08:00
parent aaac9c40c5
commit 92b4dc865a
No known key found for this signature in database

View File

@ -57,5 +57,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Test
run: |
npm install -g lerna
npm install
lerna bootstrap
npm run test