We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490c602 commit d3bd170Copy full SHA for d3bd170
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
- uses: pnpm/action-setup@v4
27
with:
28
- version: latest
+ # version is in package.json
29
run_install: true
30
- name: Run Build
31
run: pnpm run build
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
32
33
34
35
- name: Setup Pages
0 commit comments