From 3b4d183399636df3c24732b6ea1a87d4b0a1e878 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:31:14 -0400 Subject: [PATCH] npm ci --- .github/workflows/check-dist.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 9a8474a..3f0f8b5 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -30,7 +30,7 @@ jobs: node-version: 12.x - name: Install dependencies - run: npm install + run: npm ci - name: Move the committed index.js file run: mv dist/index.js /tmp diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0233186..1d9caa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,8 +30,8 @@ jobs: with: node-version: 12.x - - name: npm install - run: npm install + - name: Install dependencies + run: npm ci - name: Compile run: npm run build