Skip to content

Commit a5e17fa

Browse files
committed
ci: run corepack enable as part of prepare
1 parent 663cdea commit a5e17fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
node-version-file: '.nvmrc'
1616
cache: 'yarn'
17+
- name: Install Yarn
18+
run: corepack enable
1719
- name: Install Yarn dependencies
1820
run: yarn --immutable
1921

0 commit comments

Comments
 (0)