Skip to content

Commit 2afcb25

Browse files
authored
Merge pull request #28 from SIT-DigiCre/fix/auto-deploy
fix: specify pnpm version
2 parents aab3ede + 1a1d69c commit 2afcb25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto_deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
20+
with:
21+
version: latest
2022

2123
- name: Build website
2224
run: pnpm install && pnpm run build

0 commit comments

Comments
 (0)