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 c6c5284 commit 3c59917Copy full SHA for 3c59917
.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@d4323d4df104b026a6aa633fdb11d772146be0bf
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
37
with:
38
path: ~/.npm
39
key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments