Treating warnings as errors because process.env.CI = true. github

C++
- name: test
  image: node
  commands:
  - unset CI
  - npm install
  - npm run tests
Source

Also in C++: