Skip to content

Commit d3bd170

Browse files
fix ci (likely)
1 parent 490c602 commit d3bd170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
- uses: pnpm/action-setup@v4
2727
with:
28-
version: latest
28+
# version is in package.json
2929
run_install: true
3030
- name: Run Build
3131
run: pnpm run build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: latest
32+
# version is in package.json
3333
run_install: true
3434

3535
- name: Setup Pages

0 commit comments

Comments
 (0)