1
0
Fork 0

install dependencies so that reconfigure works

This commit is contained in:
Enoch Riese 2023-02-07 11:52:40 -06:00
parent c5f41271d4
commit a76b1fde8e

View file

@ -21,6 +21,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npx lerna bootstrap
env:
CI: true
- name: Run Sync Script
run: node ./scripts/sync-dependencies.mjs ${{ github.head_ref }}
- name: Reconfigure