We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea260c9 commit 6909388Copy full SHA for 6909388
.github/workflows/release.yml
@@ -55,8 +55,8 @@ jobs:
55
- name: Build
56
run: pnpm build
57
58
- - name: Link build
59
- run: pnpm install --frozen-lockfile
+ - name: Update npm to latest
+ run: npm i -g npm@latest
60
61
- name: Resolve publish tag
62
id: publish-tag
package.json
@@ -39,7 +39,7 @@
39
"turbo": "^2.7.6",
40
"typescript": "catalog:"
41
},
42
- "packageManager": "pnpm@10.30.1",
+ "packageManager": "pnpm@10.30.3",
43
"engines": {
44
"node": ">=24",
45
"pnpm": ">=10"
0 commit comments