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 b08b861 commit 24487a0Copy full SHA for 24487a0
.github/actions/setup-node-pnpm/action.yml
@@ -12,6 +12,9 @@ runs:
12
dist
13
node_modules
14
key: ${{ runner.os }}-output-${{ hashFiles('**/pnpm-lock.yaml') }}
15
+ restore-keys: |
16
+ ${{ runner.os }}-output-${{ hashFiles('**/pnpm-lock.yaml') }}
17
+ ${{ runner.os }}-output-
18
- name: "setup pnpm"
19
uses: "pnpm/action-setup@v4"
20
- name: "setup node"
0 commit comments