Skip to content

Commit

Permalink
upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Nov 12, 2024
1 parent 4555245 commit f5dd738
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 75 deletions.
78 changes: 7 additions & 71 deletions cxAstScan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cxAstScan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"azure-pipelines-task-lib": "4.10.1",
"azure-pipelines-task-lib": "4.13.0",
"@checkmarxdev/ast-cli-javascript-wrapper-runtime-cli": "1.0.3"
}
}
6 changes: 3 additions & 3 deletions cxAstScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "1.0.0",
"minimumAgentVersion": "3.232.1",
"groups": [
{
"name": "params",
Expand Down Expand Up @@ -67,12 +67,12 @@
}
],
"execution": {
"Node16": {
"Node20_1": {
"target": "./dist/index.js"
}
},
"postjobexecution": {
"Node16": {
"Node20_1": {
"target": "./dist/cleanup.js"
}
},
Expand Down

0 comments on commit f5dd738

Please sign in to comment.