pipeline: test: image: node:lts commands: - npm install - npm test audit: image: node:lts commands: - npm audit