We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a92ad9 + f5ac045 commit 3102504Copy full SHA for 3102504
1 file changed
.github/workflows/test.yml
@@ -29,13 +29,13 @@ jobs:
29
30
- name: 🗄 Cache node_modules
31
id: cache-node_modules
32
- uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b # main
+ uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # main
33
with:
34
path: "**/node_modules"
35
key: node_modules-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
36
37
- name: 🗄 Cache .eslintcache
38
39
40
path: .eslintcache
41
key: eslintcache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments