We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c088899 commit 2c4b165Copy full SHA for 2c4b165
4 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
name: Setup pnpm
32
uses: pnpm/action-setup@v4
33
with:
34
- version: latest
+ version: "10.18.0"
35
- id: install-deps
36
name: Install dependencies
37
run: |
.github/workflows/docs.yml
- name: Setup pnpm
- name: Install dependencies
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
run: pnpm install
.gitignore
@@ -5,7 +5,7 @@ CLAUDE.md
5
.gemini/
6
.claude/
7
.specify/
8
-spec
+spec/
9
10
# pnpm
11
pnpm-lock.yaml
0 commit comments