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 9fd9ffd commit 3f5ac7aCopy full SHA for 3f5ac7a
.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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
+ uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
37
with:
38
path: ~/.npm
39
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments