Skip to content

Commit

Permalink
fix: update node version in task to 16 (#65)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: increase node version from v10 to v16
  • Loading branch information
adolfosp authored Nov 12, 2024
1 parent 880dc8b commit d6d71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/DigitalOceanDoctlInstaller/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"satisfies": ["doctl"],
"minimumAgentVersion": "1.91.0",
"execution": {
"Node10": {
"Node16": {
"target": "index.js",
"argumentFormat": ""
}
Expand Down

0 comments on commit d6d71e0

Please sign in to comment.