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.
2 parents 6cfe2dc + fb0ba04 commit f070c21Copy full SHA for f070c21
.github/workflows/release.yml
@@ -21,8 +21,6 @@ jobs:
21
with:
22
path: node_modules
23
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
24
- restore-keys: |
25
- ${{ runner.os }}-node-
26
27
- name: Install dependencies
28
if: steps.cache-node-modules.outputs.cache-hit != 'true'
0 commit comments