image: "node:lts-slim" cache: key: ${CI_COMMIT_REF_SLUG} paths: - .npm - .cache pages: stage: deploy script: - npm ci --cache .npm --prefer-offline --production - npm run release artifacts: paths: - public only: - master