Compare commits
No commits in common. "87369ee90d0bad4dc041789550a6ce3a7ce9c5a7" and "60247d6f45db3c01ffd8e149d723f7ad721e2dbf" have entirely different histories.
87369ee90d
...
60247d6f45
1 changed files with 3 additions and 19 deletions
|
@ -15,27 +15,11 @@ steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '16.x'
|
versionSpec: '16.x'
|
||||||
displayName: 'Install Node.js 16.x LTS'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
node --version
|
node --version
|
||||||
node ./test-server/node-http.js &
|
node ./test-server/node-http.js &
|
||||||
jobs
|
npm install
|
||||||
npm ci
|
|
||||||
npm run test:nowatch
|
npm run test:nowatch
|
||||||
killall node
|
displayName: 'npm install and test'
|
||||||
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'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue