Skip to content

Commit a9df55e

Browse files
author
skychx
committed
ci(config): pnpm -> npm
1 parent eb3cc75 commit a9df55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Ensure npm 11.5.1 or later is installed
3737
- name: Update npm
38-
run: pnpm install --global [email protected]
38+
run: npm install --global [email protected]
3939

4040
- name: Install dependencies
4141
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)