We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6441882 commit 6ae615fCopy full SHA for 6ae615f
.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@6849a6489940f00c2f30c0fb92c6274307ccb58a
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
37
with:
38
path: ~/.npm
39
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments