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 a8ef538 commit 99ffa0dCopy full SHA for 99ffa0d
.github/actions/setup-pnpm/action.yml
@@ -23,7 +23,7 @@ runs:
23
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
24
25
- name: Restore pnpm cache
26
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27
with:
28
path: ${{ env.STORE_PATH }}
29
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
.tool-versions
@@ -1,2 +1,2 @@
1
nodejs 23.10.0
2
-pnpm 10.6.4
+pnpm 10.6.5
package.json
@@ -53,5 +53,5 @@
53
"sourcemap": true,
54
"clean": true
55
},
56
- "packageManager": "pnpm@10.6.4"
+ "packageManager": "pnpm@10.6.5"
57
}
0 commit comments