mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 12:07:34 +00:00
14 lines
175 B
YAML
14 lines
175 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- 12
|
|
- 14
|
|
services:
|
|
- mongodb
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
script:
|
|
- npm run build
|
|
- npm run test
|