Skip to content

Commit 8b77cb7

Browse files
committed
chore: upgrade pnpm action in CI workflow
- Updated pnpm/action-setup from version 4 to 6 in the GitHub Actions workflow.
1 parent a42ef54 commit 8b77cb7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: install pnpm
18-
uses: pnpm/action-setup@v4
19-
with:
20-
version: 9.4.0
18+
uses: pnpm/action-setup@v6
2119
- name: setup node.js
2220
uses: actions/setup-node@v6
2321
with:

0 commit comments

Comments
 (0)