Skip to content

Commit b453088

Browse files
authored
ci: remove restore-keys in cache node_modules step (#4747)
1 parent 90795ed commit b453088

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ runs:
2020
with:
2121
path: '**/node_modules'
2222
key: ${{ inputs.os }}-${{ inputs.node }}-build-${{ hashFiles('**/package-lock.json') }}
23-
restore-keys: |
24-
${{ inputs.os }}-${{ inputs.node }}-build
2523

2624
- name: Setup Node version ⚙️
2725
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)