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 e0e89f3 commit 0168d43Copy full SHA for 0168d43
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
node-version: v${{ steps.get-runs-using-version.outputs.version }}
34
- name: Cache Node Packages
35
id: node-cache
36
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
+ uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
37
with:
38
path: ~/.npm
39
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments