bondage-college-mirr/.gitlab-ci.yml
bananarama92 814731b7cc
DEV: Bump Node back down from 21 to 20
Corresponds to the latest LTS major release as of the time of writing
2024-03-01 21:34:56 +01:00

11 lines
193 B
YAML

variables:
NPM_PREFIX: BondageClub/
check:
stage: build
only:
- merge_requests
image: node:20
script:
- npm --prefix $NPM_PREFIX ci
- npm --prefix $NPM_PREFIX run checks