Skip to content

Commit ee9bab7

Browse files
committed
ci(workflow): update pnpm to v10 and adjust configuration in npm-publish workflow
1 parent 977eb2d commit ee9bab7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
23+
version: 10
24+
run_install: true
2425

2526
- name: Install Node.js
2627
uses: actions/setup-node@v4
@@ -30,9 +31,6 @@ jobs:
3031

3132
- name: Install dependencies
3233
run: pnpm install
33-
with:
34-
version: 10
35-
run_install: true
3634

3735
- name: Build
3836
run: pnpm run build

0 commit comments

Comments
 (0)