We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30e22c9 + 689b866 commit 75df049Copy full SHA for 75df049
2 files changed
.changeset/kind-lions-begin.md
@@ -15,3 +15,4 @@
15
- chore(deps): migrate to tailwindcss v4
16
- fix(deps): downgrade msw to 2.3.1 for vite 6 compatibility
17
- fix: resolve TypeScript module resolution errors
18
+- ci(workflows): align pnpm version with package.json
.github/workflows/release.yml
@@ -20,10 +20,10 @@ jobs:
20
- name: Checkout Repo
21
uses: actions/checkout@v4
22
23
- - name: Setup pnpm 9
+ - name: Setup pnpm
24
uses: pnpm/action-setup@v4
25
with:
26
- version: 9.15.2
+ version: 10.12.1
27
28
- name: Setup Node.js 21.x
29
uses: actions/setup-node@v4
0 commit comments