Skip to content

Commit 9d610c2

Browse files
committed
ci: 👷 fix pnpm version
1 parent dc18509 commit 9d610c2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- uses: pnpm/action-setup@v4
28-
with:
29-
version: 10
3028
- name: SETUP_NODE_${{ matrix.node-version }}
3129
uses: actions/setup-node@v5
3230
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pnpm": "10"
2424
},
2525
"name": "@gracefullight/docusaurus-plugins",
26-
"packageManager": "pnpm@10.0.0",
26+
"packageManager": "pnpm@10.15.1",
2727
"private": true,
2828
"repository": "https://github.com/gracefullight/docusaurus-plugins",
2929
"scripts": {

0 commit comments

Comments
 (0)