From 1ad16157b68bce45089a4f465a23c037545cad3d Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Wed, 7 Feb 2024 15:58:26 +0100 Subject: [PATCH] chore: Update linter.yml --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e70a58d..79c8ebb 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -148,7 +148,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: 📦 Install Yarn - run: corepack enable && yarn set version stable + run: corepack enable - name: 📦 Install Dependencies (if `install:all`) if: inputs.install-all == true @@ -156,7 +156,7 @@ jobs: - name: 📦 Install Dependencies (if `install`) if: inputs.install-all != true - run: yarn + run: yarn install - name: 🔑 Generate dummy keys if: inputs.generate-keys == true