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.
1 parent 03fd37a commit 7a6e590Copy full SHA for 7a6e590
.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