We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caef24 commit 649e18bCopy full SHA for 649e18b
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
15
# caching NPM dependencies
16
# https://github.com/actions/cache/blob/master/examples.md#node---npm
17
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
18
with:
19
path: ~/.npm
20
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments