We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fd40d commit 6a9630aCopy full SHA for 6a9630a
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
node-version: 20
41
cache: npm
42
- name: "Cache Node.js modules"
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
with:
45
path: ~/.npm
46
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}
0 commit comments