Skip to content

Commit d6a862a

Browse files
committed
chore: update pnpm version locally and in CI
1 parent 68c0b79 commit d6a862a

File tree

3 files changed

+3825
-2930
lines changed

3 files changed

+3825
-2930
lines changed

.github/workflows/release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
cache: pnpm
2727
- name: Install deps
2828
run: pnpm install --prod

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"docs:build": "vuepress build docs",
1010
"docs:serve": "serve docs/.vuepress/dist"
1111
},
12-
"packageManager": "pnpm@7.22.0",
12+
"packageManager": "pnpm@10.24.0",
1313
"dependencies": {
1414
"@vuepress/bundler-vite": "2.0.0-rc.26",
1515
"@vuepress/plugin-search": "2.0.0-rc.120",
1616
"markdown-it": "14.1.0",
17-
"mermaid": "11.5.0",
17+
"mermaid": "11.12.1",
1818
"sass-embedded": "^1.86.0",
1919
"sass-loader": "16.0.5",
20-
"vue": "3.5.13",
20+
"vue": "3.5.25",
2121
"vuepress": "2.0.0-rc.26",
2222
"vuepress-theme-hope": "2.0.0-rc.98"
2323
},

0 commit comments

Comments
 (0)