Skip to content

Commit dd40662

Browse files
committed
fix(ci): add explicit pnpm version to deploy-docs workflow
1 parent e4366b0 commit dd40662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@v4
22+
with:
23+
version: latest
2224

2325
- name: Setup Node.js
2426
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)