Skip to content

Commit

Permalink
ci: upgrade setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 9, 2024
1 parent abe7db3 commit 57e20ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3.0.0

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@element-plus/icons-monorepo",
"version": "2.3.1",
"private": true,
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.15.4",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 57e20ea

Please sign in to comment.