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 bd8dfb5 commit 8c214c2Copy full SHA for 8c214c2
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: ${{ env.node }}
23
- name: Cache Node.js modules
24
- uses: actions/cache@v1
+ uses: actions/cache@v4
25
26
path: ~/.npm
27
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
28
29
30
31
0 commit comments