fix: remove explicit pnpm version from CI to avoid conflict with packageManager

pnpm/action-setup@v4 errors when both `version` input and `packageManager`
in package.json are set. Let it read the version from package.json instead.
This commit is contained in:
Siddharth Kumar Sah
2026-03-22 03:13:48 +08:00
parent 7b1ca3aa8a
commit 8aa4c35db0
-4
View File
@@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
@@ -37,8 +35,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with: