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 feef7f8 commit c7a33bbCopy full SHA for c7a33bb
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 16
21
22
- name: Get cached dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.npm
26
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments