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.
2 parents 49ab605 + 71f3a25 commit 6af6f24Copy full SHA for 6af6f24
2 files changed
.github/workflows/on-pull-request.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
22
- name: Cache Node.js modules 💾
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.npm
26
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/on-push-master.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
0 commit comments