Skip to content

Commit f24f4d5

Browse files
authored
ci: use standalone Corepack for Yarn (#107)
1 parent 2a588bb commit f24f4d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-build-all-pm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ jobs:
7777
uses: actions/setup-node@v4
7878
with:
7979
node-version: "lts/*"
80-
- name: yarn add
80+
- name: Install Corepack latest
8181
run: |
82+
npm install -g corepack@latest
8283
corepack enable yarn
84+
- name: yarn add
85+
run: |
8386
corepack use yarn@latest
8487
yarn init -p
8588
yarn add ./eslint-css-${{ needs.npm-build.outputs.version }}.tgz -D

0 commit comments

Comments
 (0)