Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

chore: refresh security dependencies and CI - #1

Merged
MiguelMedeiros merged 1 commit into
mainfrom
chore/security-node20-nest11
Jun 21, 2026
Merged

chore: refresh security dependencies and CI#1
MiguelMedeiros merged 1 commit into
mainfrom
chore/security-node20-nest11

Conversation

@MiguelMedeiros

Copy link
Copy Markdown
Member

Summary

  • Refresh NestJS/security dependencies on Node 20
  • Add/upgrade CI to checkout/setup-node v4, run build, tests, and high-severity audit gate
  • Keep runtime/deploy untouched; dependency-only release-readiness work

Verification

  • docker run --rm --user "$(id -u):$(id -g)" -e npm_config_cache=/tmp/.npm -v "$PWD:/app" -w /app node:20-bookworm sh -lc "npm ci --legacy-peer-deps --ignore-scripts && npm run build && npm test -- --runInBand && npm audit --audit-level=high"

Result: build/test/high-audit gate passed locally in a fresh Node 20 container. Remaining audit findings are moderate only and will be tracked separately.

Safety

  • No deploy
  • No container restart
  • No .env, secret, database, Phoenixd, or volume changes

@MiguelMedeiros
MiguelMedeiros merged commit 0bb78e2 into main Jun 21, 2026
1 check passed
@MiguelMedeiros
MiguelMedeiros deleted the chore/security-node20-nest11 branch June 21, 2026 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant