Skip to content

Commit 2c4b165

Browse files
committed
pin pnpm version to 10.18.0
1 parent c088899 commit 2c4b165

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Setup pnpm
3232
uses: pnpm/action-setup@v4
3333
with:
34-
version: latest
34+
version: "10.18.0"
3535
- id: install-deps
3636
name: Install dependencies
3737
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup pnpm
3232
uses: pnpm/action-setup@v4
3333
with:
34-
version: latest
34+
version: "10.18.0"
3535

3636
- name: Install dependencies
3737
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: latest
28+
version: "10.18.0"
2929

3030
- name: Install dependencies
3131
run: pnpm install

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLAUDE.md
55
.gemini/
66
.claude/
77
.specify/
8-
spec
8+
spec/
99

1010
# pnpm
1111
pnpm-lock.yaml

0 commit comments

Comments
 (0)