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 fcac2f0 commit 95e34e0Copy full SHA for 95e34e0
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: 18
21
- name: Cache
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
24
path: ~/.npm
25
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
0 commit comments