kind: pipeline type: docker name: default steps: - name: install image: node:20-alpine commands: - apk add firefox - npm install - npm run test:ci - npm run build