Skip to content

Commit

Permalink
chore: add stable Yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 18, 2023
1 parent 6dd186f commit 04b4e26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
cache: "yarn"
cache-dependency-path: "**/yarn.lock"

- name: 📦 Install Yarn
run: corepack enable && yarn set version stable

- name: 📦 Install Dependencies (if `install:all`)
if: inputs.install-all == true
run: yarn -v && yarn && yarn install:all
Expand Down

0 comments on commit 04b4e26

Please sign in to comment.