steps: build: image: node:22-alpine commands: - corepack enable - pnpm install --frozen-lockfile - pnpm front:build