--- kind: pipeline name: node-16-lts steps: - name: test image: node:16 commands: - npm install - npm test --- kind: pipeline name: node-latest steps: - name: test image: node commands: - npm install - npm test