Skip to content

GitLab CI Pipelines

Common pipeline topics and references:

stages: [build]
build:
image: node:20
script:
- npm ci --no-audit --no-fund
- npm run build