前端项目 CI:Node、Install、Lint、Test、Build | GitHub

本章覆盖:checkout;setup Node;package manager;lockfile;`npm ci` / equivalent deterministic install;lint;unit test;type check;build;artifact;dependency cache;frontend / full-stack repository CI。

本章知识点

  • checkout
  • setup Node
  • package manager
  • lockfile
  • npm ci / equivalent deterministic install
  • lint
  • unit test
  • type check
  • build
  • artifact
  • dependency cache
  • frontend / full-stack repository CI