Commit e1bfaa5
committed
fix: strip packageManager field in test job before setup-js
setup-js passes version:latest to pnpm/action-setup which conflicts
with the packageManager field. Quality job uses pnpm/action-setup
directly (reads the field correctly). Test job strips it at runtime.1 parent 169b2d8 commit e1bfaa5
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments