Skip to content

Commit 85ef4eb

Browse files
Update pnpm to v9 in release workflow
Bump pnpm version from 8 to 9 in GitHub Actions release workflow to use the latest stable version for dependency installation. This ensures compatibility with newer package versions and benefits from pnpm 9's improvements.
1 parent 508d16a commit 85ef4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup pnpm
5050
uses: pnpm/action-setup@v2
5151
with:
52-
version: 8
52+
version: 9
5353

5454
- name: Install dependencies
5555
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)