steps: - name: install image: node:20 commands: - npm install - name: build image: node:20 commands: - npm run build