From 375ed32aca2b0207f9af1857ea7045ed1f2648a9 Mon Sep 17 00:00:00 2001 From: Moroine Date: Thu, 16 Nov 2023 08:45:49 +0100 Subject: [PATCH] chore: use npm ci --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cd80bd..5bc6b71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,7 @@ jobs: cache: "npm" - name: Install dependencies - # Cannot use npm install due to arch incompatibility https://github.com/npm/cli/issues/4828 - run: npm install + run: npm ci - name: lint run: npm run lint