GitLab CI Pipelines
GitLab CI Pipelines
Section titled โGitLab CI PipelinesโCommon pipeline topics and references:
Quick example (.gitlab-ci.yml)
Section titled โQuick example (.gitlab-ci.yml)โstages: [build]build: image: node:20 script: - npm ci --no-audit --no-fund - npm run build