FLUJOS/VISUALIZACION/node_modules/dotenv/appveyor.yml
2025-11-07 00:06:12 +01:00

13 lines
257 B
YAML
Executable file

version: "{build}"
build: off
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- npm test