From 76c409acc738cc5a9bc45aad3e43fd260b66557c Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Mon, 11 Dec 2023 13:02:09 +0100 Subject: [PATCH] chore: update to stable yarn version --- .github/workflows/linter.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b66ff2d..85ec707 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -149,14 +149,6 @@ jobs: cache: "yarn" cache-dependency-path: "**/yarn.lock" - - name: 📦 Prepare stable Yarn version - run: | - yarn -v - corepack enable - yarn set version stable - yarn config set nodeLinker "node-modules" - yarn -v - - name: 📦 Install Dependencies (if `install:all`) if: inputs.install-all == true run: yarn install:all