Skip to content

Commit

Permalink
ci: run corepack enable as part of prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Apr 25, 2024
1 parent 663cdea commit a5e17fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install Yarn
run: corepack enable
- name: Install Yarn dependencies
run: yarn --immutable

Expand Down

0 comments on commit a5e17fa

Please sign in to comment.