From 6786aee86684444ead0ca27d2f26cde59035ba3d Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Sun, 7 Aug 2022 16:30:22 +1000 Subject: [PATCH] fix: use npm ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3ba67..b0be635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,9 @@ jobs: path: ~/.npm key: examples-node-v1-${{ hashFiles('**/package-lock.json') }} - - name: (npm) ${{ matrix.example }} install using npm i + - name: (npm) ${{ matrix.example }} install using npm ci if: steps.use-yarn.outputs.lockfile != 'yarn.lock' - run: npm install + run: npm ci working-directory: ${{ matrix.example }} - name: (npm) ${{ matrix.example }} test