From 87a9486de08ea498eaff8b9ac546654e405047e6 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Fri, 11 Feb 2022 14:44:05 +0100 Subject: [PATCH] Use npm ci instead of npm install (#4252) As suggested by @ogonkov in https://github.com/jashkenas/backbone/pull/4252#discussion_r800372668 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14f7cd135..9e10c530a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: cache: 'npm' - name: Install dependencies run: | - npm install --no-audit + npm ci npm install --no-audit karma-cli karma-sauce-launcher - name: Test run: npm test