when: - event: push - event: pull_request - event: manual steps: - image: node:lts-alpine commands: - npm install - npm run build