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 681b890 commit 4b24806Copy full SHA for 4b24806
.github/actions/node-modules-cache/action.yaml
@@ -22,10 +22,6 @@ runs:
22
cache: "pnpm"
23
cache-dependency-path: "${{ inputs.cache_lock_path }}"
24
25
- - name: "Enable Corepack (pnpm from packageManager)"
26
- shell: bash
27
- run: corepack enable
28
-
29
- name: "Prefetch deps to pnpm store"
30
shell: bash
31
run: pnpm fetch --prefer-offline -r
0 commit comments