Skip to content

Commit

Permalink
Upgrade tasks to use NPM 16 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Nov 4, 2024
1 parent 439f316 commit ed26f25
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion tasks/JFrogAudit/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "audit.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogBuildPromotion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "buildPromotion.js",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogBuildScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "buildScan.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogCliV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "jfrogCliRun.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogCollectIssues/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "collectIssues.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogConan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "conanBuild.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogDiscardBuilds/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "discardBuilds.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogDistribution/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "distribution.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogDocker/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "docker.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogDotnet/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "dotnetBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogGenericArtifacts/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "runGenericArtifacts.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogGo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "goBuild.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogGradle/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "gradleBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogMaven/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "mavenBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogNpm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "npmBuild.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogNuget/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "nugetBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogPip/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "pipBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogPublishBuildInfo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "publishBuildInfo.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/JFrogToolsInstaller/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "toolsInstaller.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "TaskJsonDummyForTests",
"description": "Task json used to avoid the 'unable to find task json' warnings",
"execution": {
"Node10": {
"Node16": {
"target": "",
"workingDirectory": "$(currentDirectory)"
}
Expand Down

0 comments on commit ed26f25

Please sign in to comment.