We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c789 commit 8c4363aCopy full SHA for 8c4363a
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
- name: Cache Node Modules
27
id: cache-node-modules
28
- uses: actions/cache@v3
+ uses: actions/cache@v4
29
with:
30
path: node_modules
31
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments