Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/Node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following are tools used to create these tasks and are recommended.

* The latest version of [Visual Studio Code](https://code.visualstudio.com/).
* The latest version of [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).
* The latest version of [Node.js](https://nodejs.org/en/download/).
* [Node.js](https://nodejs.org/en/download/) v24 LTS or later.
* [Typescript Compiler](https://www.npmjs.com/package/typescript) v2.2.0 or later.
* This should already be part of the dependencies, when configuring the project for the first time.
* If you have problems running it, simply install it globally: `npm install typescript -g`
Expand Down
4 changes: 2 additions & 2 deletions tasks/Node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"isomorphic-fetch": "^3.0.0",
"minimist": "^1.2.6",
"tough-cookie": "^4.0.0",
"axios": "^0.21.4"
"axios": "^1.7.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/ncp": "^2.0.4",
"@types/node": "^15.0.2",
"@types/node": "^24.0.0",
"@types/q": "^1.5.4",
"ansi-regex": "^6.0.1",
"immer": "^9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlCreateCustomImage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlCreateEnvironment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlCreateVM/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlDeleteCustomImage/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlDeleteEnvironment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlDeleteVM/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/Node/src/tasks/AzureDtlUpdateEnvironment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}
],
"execution": {
"Node10": {
"Node24": {
"target": "task.js"
}
}
Expand Down