Skip to content

Commit c6578a9

Browse files
committed
chore: Update yarn installation command to use Yarn v4.5.0
1 parent b1f8740 commit c6578a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/deps-setup/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ runs:
1111
uses: actions/setup-node@v4
1212
with:
1313
node-version: '20.x'
14-
cache: 'yarn'
1514
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
1615

1716
- name: Install Yarn v4
18-
run: corepack enable && corepack prepare yarn@4 --activate
17+
run: |
18+
corepack enable
19+
corepack prepare [email protected] --activate
1920
shell: bash
2021

2122
- name: Install dependencies

0 commit comments

Comments
 (0)