Commit Graph

3 Commits

Author SHA1 Message Date
Colin 4f58b92a31
Fix lockfile-check: use temp dir to avoid node_modules race
ci/woodpecker/push/woodpecker Pipeline failed Details
- Check mode now works in isolated temp directory
- Removed dependency on test step (not needed)
- No longer touches workspace node_modules
2026-01-23 20:09:08 -05:00
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