Skip to content

Commit b5dc3d0

Browse files
committed
fix: pnpm version gh action file
1 parent 9bef896 commit b5dc3d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy.yml

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

1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
18+
with:
19+
version: latest
1820

1921
- name: Install
2022
run: pnpm install

0 commit comments

Comments
 (0)