Skip to content

Commit b30abf3

Browse files
committed
fix: use cache: pnpm instead of unsupported package-manager-cache in setup-node@v4
1 parent edc73e6 commit b30abf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: 24
3434
registry-url: "https://registry.npmjs.org"
35-
package-manager-cache: false # never use caching in release builds
35+
cache: "pnpm"
3636
if: ${{ steps.release.outputs.release_created }}
3737

3838
- name: Install dependencies

0 commit comments

Comments
 (0)