2025-01-15 19:42:35 +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