fix: resolve CI crankiness on Node.js v14

This commit is contained in:
Jeff Williams 2023-01-15 19:17:00 -08:00
parent d4e762d3b2
commit 67c6675f93
No known key found for this signature in database

View File

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