From 5729a3769b46d424df9808df6d7325c4ba694523 Mon Sep 17 00:00:00 2001 From: reaper Date: Tue, 5 Nov 2024 17:36:13 +0530 Subject: [PATCH] ci: fix install command --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6bab0c4..dc587a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,6 +51,6 @@ jobs: - name: Install Packages run: npm install - name: Install ESLint ${{ matrix.eslint }} - run: yarn add --no-save --force eslint@${{ matrix.eslint }} + run: yarn add --no-lockfile eslint@${{ matrix.eslint }} - name: Test run: yarn test