[verified] Two CI configs are dead and misleading; GitHub Actions is the authoritative CI.
.circleci/config.yml: targets Node 10/12/14 and Python 3.6, calls npx lerna exec (lerna was removed), and runs e2e:apib / e2e:openapi2 scripts that no longer exist.
appveyor.yml: Windows CI targeting Node 12; not integrated anywhere.
Tasks
[verified] Two CI configs are dead and misleading; GitHub Actions is the authoritative CI.
.circleci/config.yml: targets Node 10/12/14 and Python 3.6, callsnpx lerna exec(lerna was removed), and runse2e:apib/e2e:openapi2scripts that no longer exist.appveyor.yml: Windows CI targeting Node 12; not integrated anywhere.Tasks
.github/workflows/*covers test + e2e + docs + publish (it does today)..circleci/config.yml.appveyor.yml.