steps: build: image: node:alpine commands: - npm ci - npm run build