mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
* ci: add experimental Nx affected workflow Adds .github/workflows/nx.yml to run \`nx affected\` on pull requests, testing only changed libraries for build, lint, and test targets. This prevents regressions of the library configuration issues discovered in the systematic Nx library audit and ensures proper library builds in CI. Features: - Uses nrwl/nx-set-shas for accurate affected project detection - Tests build, lint, and test targets - Runs on PR open/synchronize events - Helps catch package.json path bugs before merge * review: get node version from .nvmrc