steps: install: image: node:20.19-alpine commands: - npm install build: image: node:20.19-alpine commands: - npm run build