diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5419a73..9a751fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,8 +20,10 @@ steps: - script: | node --version node ./test-server/node-http.js & + jobs npm ci npm run test:nowatch + killall node displayName: 'Test on Node.js 16.x LTS' - task: NodeTool@0 @@ -32,6 +34,8 @@ steps: - 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' \ No newline at end of file