Commit e98ce4c
committed
fix: switch Price Scraper workflow from npm to pnpm to match project setup
- Add pnpm/action-setup@v6 step to install pnpm
- Switch cache from 'npm' to 'pnpm' for correct lockfile detection
- Replace npm ci with pnpm install --frozen-lockfile
- Replace npx tsx with pnpm scrape (reuses existing package.json script)
Fixes the 'Dependencies lock file is not found' error since
package-lock.json is gitignored and pnpm-lock.yaml is the
actual lockfile used by this project.1 parent 3571ee8 commit e98ce4c
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | | - | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | | - | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments