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 a8c1a6a commit e7e25faCopy full SHA for e7e25fa
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
registry-url: https://registry.npmjs.org
20
- id: cache_npm
21
name: Cache Node.js modules
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: |
25
~/.npm
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
# Dependencies
26
27
28
29
0 commit comments