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