Commit Graph

2 Commits

Author SHA1 Message Date
Colin b70949e904
Fix lockfile script for Alpine Linux compatibility
ci/woodpecker/push/woodpecker Pipeline failed Details
- Change shebang from bash to sh (POSIX-compliant)
- Auto-detect hash command (sha256sum/shasum)
- Use sh explicitly in CI step
2026-01-23 20:03:54 -05:00
Colin a4b6db6a22
Fix security vulnerabilities and add lockfile refresh automation
ci/woodpecker/push/woodpecker Pipeline failed Details
- Regenerate package-lock.json to apply npm overrides (glob, mime, tar)
- Add refresh-lockfile.sh script for automated lock file management
- Add lockfile-check CI step to catch stale lock files
- Add npm run refresh:lockfile convenience script
2026-01-23 19:58:43 -05:00