pipeline: build: image: node:14-alpine commands: - pnpm ci - yarn build when: event: [push]