diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 85ec707..b66ff2d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -149,6 +149,14 @@ 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