We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aab3ede + 1a1d69c commit 2afcb25Copy full SHA for 2afcb25
.github/workflows/auto_deploy.yml
@@ -17,6 +17,8 @@ jobs:
17
18
- name: Setup pnpm
19
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
20
+ with:
21
+ version: latest
22
23
- name: Build website
24
run: pnpm install && pnpm run build
0 commit comments