hensei-web/node_modules/physical-cpu-count/.gitlab-ci.yml
2020-09-11 06:44:42 -07:00

14 lines
148 B
YAML

cache:
paths:
- node_modules
argon:
image: node:argon
script:
- npm i
- npm t
boron:
image: node:boron
script:
- npm it