Skip to content

Commit 8cc105b

Browse files
authored
Merge pull request #181 from sicil1ano/feature/179_UpdateNodeSupport
Added support for new Node.js versions to resolve warning shown during execution of extension task.
2 parents f16c811 + d7429b2 commit 8cc105b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Repository for the Azure DevOps extension wrapper around the OWASP Dependency Ch
44

55
## Build & Deploy Instructions
66

7-
See the [Build README.md](./build/README.md) file for details on building and deploying.
7+
See the [Build README.md](./build/pipeline/README.md) file for details on building and deploying.

Tasks/DependencyCheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Dependency Check",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"azure-pipelines-task-lib": "^4.10.1",
9+
"azure-pipelines-task-lib": "^4.13.1",
1010
"decompress": "^4.2.1",
1111
"typed-rest-client": "^1.8.11"
1212
},

Tasks/DependencyCheck/task.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Patch": 0
1414
},
1515
"demands": [],
16-
"minimumAgentVersion": "2.0.0",
16+
"minimumAgentVersion": "2.144.0",
1717
"inputs": [
1818
{
1919
"name": "projectName",
@@ -198,6 +198,10 @@
198198
"Node16": {
199199
"target": "dependency-check-build-task.js",
200200
"argumentFormat": ""
201+
},
202+
"Node20": {
203+
"target": "dependency-check-build-task.js",
204+
"argumentFormat": ""
201205
}
202206
}
203207
}

0 commit comments

Comments
 (0)