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 76c409a commit 6dd186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

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

- name: 📦 Install Dependencies (if `install`)
if: inputs.install-all != true
Expand Down

0 comments on commit 6dd186f

Please sign in to comment.