matrix-wug/.gitlab-ci.yml

6 lines
58 B
YAML

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