From 418b5335ea49765b025cd39e4eccd026f4932bac Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Fri, 1 Sep 2023 19:46:30 -0700 Subject: [PATCH] chore: fix CI tests --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06dcff96..e01d2ef3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,8 +57,6 @@ jobs: node-version: ${{ matrix.node }} - name: Test run: | - npm install -g npm - npm install -g lerna npm install - lerna bootstrap + npx lerna bootstrap npm run test