Skip to content

Commit fd3f814

Browse files
committed
upgrade pnpm
1 parent 46ef367 commit fd3f814

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v2
18+
uses: pnpm/action-setup@v4
1919
with:
2020
run_install: true
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"docs:dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vuepress dev docs",
77
"docs:build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vuepress build docs"
88
},
9-
"packageManager": "pnpm@9.15.4",
9+
"packageManager": "pnpm@10.10.0",
1010
"devDependencies": {
1111
"@vuepress/bundler-vite": "2.0.0-rc.19",
1212
"@vuepress/helper": "2.0.0-rc.74",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)