Skip to content

Commit

Permalink
chore: update to stable yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 11, 2023
1 parent 092c468 commit 76c409a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76c409a

Please sign in to comment.