Skip to content

Commit 3285ddd

Browse files
committed
Remove npm install from publish script
1 parent 21fc0a3 commit 3285ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
registry-url: "https://registry.npmjs.org"
2828
cache: "pnpm"
2929

30-
- run: npm install -g npm@11.8.0
3130
- run: pnpm install --frozen-lockfile
3231
- run: pnpm check
3332
- run: pnpm build

0 commit comments

Comments
 (0)