matrix-wug/.gitlab-ci.yml

10 lines
87 B
YAML

image: node:10-slim
stages:
- build
build:
script:
- npm install
- npm build