From c79fa1b9f0e80ef9d3ab2872fa7739f5c5c3e2a0 Mon Sep 17 00:00:00 2001 From: Konstantin Levin Date: Thu, 26 Jan 2023 11:25:08 +0100 Subject: [PATCH] #2029: Fix github CI / use npm ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b686c77d34..50446b6035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-yarn- - name: Install Dependencies - run: npm install --force + run: npm ci - name: Run audit run: npm audit --all --severity critical