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
|
||||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue