We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43561a4 commit ed1a06aCopy full SHA for ed1a06a
.github/workflows/build-and-publish.yaml
@@ -34,14 +34,14 @@ jobs:
34
with:
35
node-version: 'latest'
36
- name: Cache npm dependencies
37
- uses: actions/cache@v4
+ uses: actions/cache@v5
38
39
path: ~/.npm
40
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
41
restore-keys: |
42
${{ runner.os }}-node-
43
- name: Cache node_modules
44
45
46
path: node_modules
47
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
0 commit comments