2021-03-07 05:58:59 +01:00

16 lines
219 B
YAML

version: "{build}"
environment:
global:
nodejs_version: "LTS"
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
build: off
test_script:
- npm test