language: node_js
node_js:
- lts/*
before_install:
- npm install -g npm@latest
script:
- npm test