language: node_js node_js: - '12' - '14' - '16' addons: apt: sources: - ubuntu-toolchain-r-test packages: - libstdc++-4.9-dev before_script: - npm install script: - npm test