Skip to content

Commit 0b130be

Browse files
committed
chore: Update yarn installation command to use Yarn v4
1 parent e5c9132 commit 0b130be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
1616
- name: Install Yarn v4
1717
shell: bash
18-
run: corepack enable && corepack prepare yarn@4.0.0 --activate
18+
run: corepack enable && corepack prepare yarn@4 --activate
1919
- name: Install dependencies
2020
run: yarn install --frozen-lockfile
2121
shell: bash

0 commit comments

Comments
 (0)