Skip to content

Commit b65bf4b

Browse files
committed
fix: upgrade pnpm to v9 in GitHub Actions workflow
Match pnpm version with pnpm-lock.yaml format
1 parent ff9b1e6 commit b65bf4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version: '18'
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
24-
version: 8
24+
version: 9
2525

2626
- name: Install dependencies
2727
run: pnpm install

0 commit comments

Comments
 (0)