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 b74780a commit 3fb7d3cCopy full SHA for 3fb7d3c
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: Restore cached dependencies
20
- uses: actions/cache@v4
+ uses: actions/cache@v5
21
22
path: ~/.pnpm-store
23
key: node-modules-${{ hashFiles('package.json') }}
.github/workflows/publish-release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
node-version: 22
30
31
32
33
34
0 commit comments