Skip to content

Commit ec3fc5e

Browse files
committed
fix: update package manager version in configuration
- Change packageManager in package.json from "pnpm@10" to "pnpm" for consistency. - Update GitHub Actions workflow to specify pnpm version 10 explicitly. This ensures the project uses the correct package manager version while maintaining compatibility with the CI workflow. Signed-off-by: EINDEX <[email protected]>
1 parent 27a46de commit ec3fc5e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
node-version: "22"
3434
- uses: pnpm/action-setup@v4
35+
with:
36+
version: 10
3537
- run: pnpm install
3638
- run: pnpm build
3739
- run: pnpm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"id": "_eindex-logseq-memos-sync",
4141
"icon": "./logo.webp"
4242
},
43-
"packageManager": "pnpm@10"
43+
"packageManager": "pnpm"
4444
}

0 commit comments

Comments
 (0)