Skip to content

Commit

Permalink
test: use corepack install to force yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 20, 2024
1 parent 5168063 commit 0589781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/yarnlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
run: |
corepack enable
corepack install
- name: Setup Node.js and yarn
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0589781

Please sign in to comment.