From eba4d9aa4d8f16506cb3dea6ab239969f208d0f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 9 Aug 2024 12:00:29 +0200 Subject: [PATCH] Remove --force from CI npm-install --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index c5a1b6df3..892b80542 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm ci --force + run: npm ci - name: Run jaribu tests # These must be replaced before we can use Node v18 in CI run: npm test - name: Run mocha tests