Skip to content

Commit 2331257

Browse files
committed
ci: fix pnpm cache name
1 parent 946f9e2 commit 2331257

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
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: "24.x"
28-
cache: "npm"
28+
cache: "pnpm"
2929
- run: pnpm install
3030
- run: pnpm run --if-present build
3131
- run: pnpm run release

0 commit comments

Comments
 (0)