From 22be16f3f0d2945318af6e8cdcdac485f6ca77ee Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 1 Nov 2021 17:31:26 -0400 Subject: [PATCH] test(): allow core to use cached node modules (#24146) --- .github/workflows/actions/build-core/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/build-core/action.yml b/.github/workflows/actions/build-core/action.yml index d98db4de58..6c981364fb 100644 --- a/.github/workflows/actions/build-core/action.yml +++ b/.github/workflows/actions/build-core/action.yml @@ -16,7 +16,7 @@ runs: path: ./core/node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1 - name: Install Dependencies - run: npm ci + run: npm install working-directory: ./core shell: bash - name: Build Core