From 67c6675f93f50c52f3b66f91c3eeb0003ef73f0e Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 15 Jan 2023 19:17:00 -0800 Subject: [PATCH] fix: resolve CI crankiness on Node.js v14 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1d6f127..e3bac77b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,6 +57,7 @@ jobs: node-version: ${{ matrix.node }} - name: Test run: | + npm install -g npm npm install -g lerna npm install lerna bootstrap