Skip to content

Commit 6909388

Browse files
update versions
1 parent ea260c9 commit 6909388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Build
5656
run: pnpm build
5757

58-
- name: Link build
59-
run: pnpm install --frozen-lockfile
58+
- name: Update npm to latest
59+
run: npm i -g npm@latest
6060

6161
- name: Resolve publish tag
6262
id: publish-tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"turbo": "^2.7.6",
4040
"typescript": "catalog:"
4141
},
42-
"packageManager": "pnpm@10.30.1",
42+
"packageManager": "pnpm@10.30.3",
4343
"engines": {
4444
"node": ">=24",
4545
"pnpm": ">=10"

0 commit comments

Comments
 (0)