azure-pipeline: Clean node process
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-08 16:45:22 +02:00
parent ed3dcf8112
commit 87369ee90d

View file

@ -20,8 +20,10 @@ steps:
- script: |
node --version
node ./test-server/node-http.js &
jobs
npm ci
npm run test:nowatch
killall node
displayName: 'Test on Node.js 16.x LTS'
- task: NodeTool@0
@ -32,6 +34,8 @@ steps:
- script: |
node --version
node ./test-server/node-http.js &
jobs
npm ci
npm run test:nowatch
killall node
displayName: 'Test on Node.js 18.x Latest'