Skip to content

Commit b1ecea7

Browse files
sanjuyadav24Sanju Yadav
andauthored
Updated documentation for Node24 support in agent (#5437)
Co-authored-by: Sanju Yadav <sanjuyadav@microsoft.com>
1 parent 618a0ba commit b1ecea7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/node6.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As Node versions exit out of the upstream maintenance window, some Pipelines tas
88

99
To accommodate this, we have 2 flavors of packages:
1010

11-
| Packages | Node versions | Description |
12-
|----------------------|---------------|----------------------------|
13-
| `vsts-agent-*` | 6, 10, 16, 20 | Includes all Node versions that can be used as task execution handler |
14-
| `pipelines-agents-*` | 16, 20 | Includes only recent Node versions. The goal for these packages is to not include any end-of-life version of Node. |
11+
| Packages | Node versions | Description |
12+
|----------------------|------------------|----------------------------|
13+
| `vsts-agent-*` | 6, 10, 16, 20, 24 | Includes all Node versions that can be used as task execution handler |
14+
| `pipelines-agents-*` | 16, 20, 24 | Includes only recent Node versions. The goal for these packages is to not include any end-of-life version of Node. |

docs/noderunner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node 6 support
22

3-
Agent tasks can be implemented in PowerShell or Node. The agent currently ships with three versions of Node that tasks can target: 6, 10 & 16.
3+
Agent tasks can be implemented in PowerShell or Node. The agent currently ships with multiple versions of Node that tasks can target: 6, 10, 16, 20 & 24.
44

55
Since Node 6 has long passed out of the upstream maintenance window, and all officially supported tasks are migrated from Node 6 to Node 10, Node 6 soon will be removed from the agent package.
66
It's also highly recommended to third-party task maintainers migrate tasks to Node 10 or Node 16.

0 commit comments

Comments
 (0)