Skip to content

Commit 21a5e5d

Browse files
committed
fix(ci): let pnpm/action-setup read the packageManager field
Specifying version: 10 alongside package.json's packageManager pin makes pnpm/action-setup fail with conflicting version sources.
1 parent 89ae5da commit 21a5e5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/flow-diff.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
fetch-depth: 0
2020

2121
- uses: pnpm/action-setup@v4
22-
with:
23-
version: 10
2422

2523
- uses: actions/setup-node@v4
2624
with:

0 commit comments

Comments
 (0)