We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ca423 commit f698cd0Copy full SHA for f698cd0
.github/workflows/on-pull-request.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
23
- name: Cache Node.js modules 💾
24
- uses: actions/cache@v3
+ uses: actions/cache@v4
25
with:
26
path: ~/.npm
27
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/on-push-master.yml
@@ -23,7 +23,7 @@ jobs:
28
29
0 commit comments