--- kind: pipeline type: docker name: learn-languages platform: os: linux arch: amd64 steps: - name: build image: node:23-alpine commands: - npm ci - npm run build