kind: pipeline
type: docker
steps:
- name: build
image: node:14.20.0-alpine3.16
commands:
- npm install
- vue-cli-service build --mode production