Skip to content

Commit

Permalink
Revert "fix: allow tasks to run with node16 (#551)" (#560)
Browse files Browse the repository at this point in the history
This reverts commit 73a438e.
  • Loading branch information
rbbarad authored Aug 1, 2024
1 parent 4f40436 commit bcad582
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 89 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion build-scripts/packageExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function packagePlugin(options: CommandLineOptions) {
entryPoints: [inputFilename],
bundle: true,
platform: 'node',
target: ['node10', 'node16'],

This comment has been minimized.

Copy link
@saviour123

saviour123 Oct 30, 2024

@rbbarad Why was this reverted? node10 has reach EOL

target: ['node10'],
minify: true,
outfile: `${taskPackageFolder}/${taskName}.js`
})
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/AWSCLI/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@
"Node10": {
"target": "AWSCLI.js",
"argumentFormat": ""
},
"Node16": {
"target": "AWSCLI.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/AWSShellScript/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@
"Node10": {
"target": "AWSShellScript.js",
"argumentFormat": ""
},
"Node16": {
"target": "AWSShellScript.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/BeanstalkCreateApplicationVersion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@
"Node10": {
"target": "BeanstalkCreateApplicationVersion.js",
"argumentFormat": ""
},
"Node16": {
"target": "BeanstalkCreateApplicationVersion.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/BeanstalkDeployApplication/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@
"Node10": {
"target": "BeanstalkDeployApplication.js",
"argumentFormat": ""
},
"Node16": {
"target": "BeanstalkDeployApplication.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/CloudFormationCreateOrUpdateStack/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,6 @@
"Node10": {
"target": "CloudFormationCreateOrUpdateStack.js",
"argumentFormat": ""
},
"Node16": {
"target": "CloudFormationCreateOrUpdateStack.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/CloudFormationDeleteStack/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
"Node10": {
"target": "CloudFormationDeleteStack.js",
"argumentFormat": ""
},
"Node16": {
"target": "CloudFormationDeleteStack.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/CloudFormationExecuteChangeSet/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@
"Node10": {
"target": "CloudFormationExecuteChangeSet.js",
"argumentFormat": ""
},
"Node16": {
"target": "CloudFormationExecuteChangeSet.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/CodeDeployDeployApplication/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@
"Node10": {
"target": "CodeDeployDeployApplication.js",
"argumentFormat": ""
},
"Node16": {
"target": "CodeDeployDeployApplication.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/ECRPullImage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@
"Node10": {
"target": "ECRPullImage.js",
"argumentFormat": ""
},
"Node16": {
"target": "ECRPullImage.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/ECRPushImage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@
"Node10": {
"target": "ECRPushImage.js",
"argumentFormat": ""
},
"Node16": {
"target": "ECRPushImage.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/LambdaDeployFunction/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@
"Node10": {
"target": "LambdaDeployFunction.js",
"argumentFormat": ""
},
"Node16": {
"target": "LambdaDeployFunction.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/LambdaInvokeFunction/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
"Node10": {
"target": "LambdaInvokeFunction.js",
"argumentFormat": ""
},
"Node16": {
"target": "LambdaInvokeFunction.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/LambdaNETCoreDeploy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@
"Node10": {
"target": "LambdaNETCoreDeploy.js",
"argumentFormat": ""
},
"Node16": {
"target": "LambdaNETCoreDeploy.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/S3Download/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@
"Node10": {
"target": "S3Download.js",
"argumentFormat": ""
},
"Node16": {
"target": "S3Download.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/S3Upload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@
"Node10": {
"target": "S3Upload.js",
"argumentFormat": ""
},
"Node16": {
"target": "S3Upload.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SecretsManagerCreateOrUpdateSecret/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@
"Node10": {
"target": "SecretsManagerCreateOrUpdateSecret.js",
"argumentFormat": ""
},
"Node16": {
"target": "SecretsManagerCreateOrUpdateSecret.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SecretsManagerGetSecret/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@
"Node10": {
"target": "SecretsManagerGetSecret.js",
"argumentFormat": ""
},
"Node16": {
"target": "SecretsManagerGetSecret.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SendMessage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@
"Node10": {
"target": "SendMessage.js",
"argumentFormat": ""
},
"Node16": {
"target": "SendMessage.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SystemsManagerGetParameter/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@
"Node10": {
"target": "SystemsManagerGetParameter.js",
"argumentFormat": ""
},
"Node16": {
"target": "SystemsManagerGetParameter.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SystemsManagerRunCommand/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@
"Node10": {
"target": "SystemsManagerRunCommand.js",
"argumentFormat": ""
},
"Node16": {
"target": "SystemsManagerRunCommand.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
4 changes: 0 additions & 4 deletions src/tasks/SystemsManagerSetParameter/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
"Node10": {
"target": "SystemsManagerSetParameter.js",
"argumentFormat": ""
},
"Node16": {
"target": "SystemsManagerSetParameter.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down

0 comments on commit bcad582

Please sign in to comment.