Compare commits

..

No commits in common. "87369ee90d0bad4dc041789550a6ce3a7ce9c5a7" and "60247d6f45db3c01ffd8e149d723f7ad721e2dbf" have entirely different histories.

View file

@ -15,27 +15,11 @@ steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: 'Install Node.js 16.x LTS'
displayName: 'Install Node.js'
- script: |
node --version
node ./test-server/node-http.js &
jobs
npm ci
npm install
npm run test:nowatch
killall node
displayName: 'Test on Node.js 16.x LTS'
- task: NodeTool@0
inputs:
versionSpec: '>=18.7.0'
displayName: 'Install Node.js Latest'
- 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'
displayName: 'npm install and test'