Skip to content

Commit 1d815c1

Browse files
committed
Update GitHub Actions workflow to use pnpm version 9 for dependency management.
1 parent 049120a commit 1d815c1

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
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 8
28+
version: 9
2929

3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)