language: node_js node_js: "10" cache: directories: - $HOME/.npm # npm cache install: - npm install script: - npm run build