Skip to content

Commit a53123e

Browse files
committed
Fix CI pnpm version conflict
Remove explicit version from pnpm/action-setup so it reads the version from packageManager in package.json instead.
1 parent 6029f47 commit a53123e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- uses: pnpm/action-setup@v4
20-
with:
21-
version: 9
2220

2321
- uses: actions/setup-node@v4
2422
with:

0 commit comments

Comments
 (0)