Skip to content

Commit 885605e

Browse files
committed
add note for classic task
1 parent b1c8f78 commit 885605e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/pipelines/ecosystems/customize-javascript.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Pipelines for JavaScript apps
33
description: Learn about ways to customize pipelines to support building, testing, running, and publishing JavaScript apps.
44
ms.topic: conceptual
55
ms.custom: devx-track-js, freshness-fy22q2
6-
ms.date: 09/10/2025
6+
ms.date: 09/11/2025
77
monikerRange: '<= azure-devops'
88
#customer intent: As a JavaScript developer, I want to understand how Azure Pipelines works with JavaScript apps, so I can create pipelines to build, test, run, package, and publish my apps.
99
---
@@ -47,6 +47,9 @@ To install a specific Node.js version in a Classic pipeline:
4747
1. In the task catalog, find and add the **Node.js tool installer** task.
4848
1. Under **Version Spec** in the task configuration screen, specify the version of the Node.js runtime that you want to install.
4949
50+
>[!NOTE]
51+
>After you add the task, you can drop down the **Task version** selector at the top of the configuration screen and select the **1.\* (preview)** version of the taska, which is called **Use Node.js ecosystem**. If you use this task version, use the **Version** field to specify the Node.js runtime version you want.
52+
5053
---
5154
5255
### Use multiple node versions

0 commit comments

Comments
 (0)