Skip to content

Commit 4e0440e

Browse files
committed
ci: update pnpm version in configuration and workflow
- Change packageManager in package.json to "pnpm@10.12.2" for version consistency. - Remove explicit version specification for pnpm in GitHub Actions workflow. This ensures the project uses the latest compatible pnpm version while streamlining the CI setup. Signed-off-by: EINDEX <snowstarlbk@gmail.com>
1 parent ec3fc5e commit 4e0440e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
with:
3333
node-version: "22"
3434
- uses: pnpm/action-setup@v4
35-
with:
36-
version: 10
35+
3736
- run: pnpm install
3837
- run: pnpm build
3938
- 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"
43+
"packageManager": "pnpm@10.12.2"
4444
}

0 commit comments

Comments
 (0)