language: node_js node_js: - "18" - "22" before_install: - npm install -g grunt-cli - npm install -g codecov install: - npm install script: - npm test - codecov