Skip to content

Commit 24487a0

Browse files
committed
fix: add restore keys
1 parent b08b861 commit 24487a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup-node-pnpm/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ runs:
1212
dist
1313
node_modules
1414
key: ${{ runner.os }}-output-${{ hashFiles('**/pnpm-lock.yaml') }}
15+
restore-keys: |
16+
${{ runner.os }}-output-${{ hashFiles('**/pnpm-lock.yaml') }}
17+
${{ runner.os }}-output-
1518
- name: "setup pnpm"
1619
uses: "pnpm/action-setup@v4"
1720
- name: "setup node"

0 commit comments

Comments
 (0)