We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f8740 commit c6578a9Copy full SHA for c6578a9
.github/actions/deps-setup/action.yml
@@ -11,11 +11,12 @@ runs:
11
uses: actions/setup-node@v4
12
with:
13
node-version: '20.x'
14
- cache: 'yarn'
15
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
16
17
- name: Install Yarn v4
18
- run: corepack enable && corepack prepare yarn@4 --activate
+ run: |
+ corepack enable
19
+ corepack prepare [email protected] --activate
20
shell: bash
21
22
- name: Install dependencies
0 commit comments