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