Update master with latest changes #22

Merged
Siklos merged 37 commits from dev into master 2022-08-09 12:18:01 -04:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 9dcfc5f226 - Show all commits

View file

@ -9,6 +9,7 @@ steps:
- node ./test-server/node-http.js &
- npm install
- npm run test:nowatch
- kill -2 %1 2>/dev/null
---
kind: pipeline
@ -20,4 +21,5 @@ steps:
commands:
- node ./test-server/node-http.js &
- npm install
- npm run test:nowatch
- npm run test:nowatch
- kill -2 %1 2>/dev/null

View file

@ -23,7 +23,7 @@ steps:
jobs
npm ci
npm run test:nowatch
killall node
kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 16.x LTS'
- task: NodeTool@0
@ -37,5 +37,5 @@ steps:
jobs
npm ci
npm run test:nowatch
killall node
kill -2 %1 2>/dev/null
displayName: 'Test on Node.js 18.x Latest'