Update master with latest changes #22

Merged
Siklos merged 37 commits from dev into master 2022-08-09 12:18:01 -04:00
Showing only changes of commit 87369ee90d - Show all commits

View file

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