We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6ecfa commit 31464c1Copy full SHA for 31464c1
azure-pipelines.yml
@@ -13,7 +13,7 @@ pool:
13
steps:
14
- task: NodeTool@0
15
inputs:
16
- versionSpec: '16.x'
+ versionSpec: '20.x'
17
displayName: 'Install Node.js'
18
19
- script: |
package.json
@@ -19,7 +19,7 @@
"test:clean": "jest --clearCache && npm test",
20
"test:config": "npm run test -- --testRegex=/tests-config/.*\\.test\\.ts",
21
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
22
- "ci": "npm run lint && jest --env=node --ci --reporters=default --reporters=jest-junit"
+ "ci": "npm run lint && npm run test -- --ci --reporters=default --reporters=jest-junit"
23
},
24
"bugs": {
25
"url": "https://github.com/gitgitgadget/gitgitgadget/issues"
0 commit comments