Skip to content

Commit 1ecb26e

Browse files
authored
Update continuous-integration-delivery-improvements.md
Added npm 18.x or compatible version info
1 parent 9318bab commit 1ecb26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/continuous-integration-delivery-improvements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ms.service: data-factory
55
ms.subservice: ci-cd
66
author: nabhishek
77
ms.author: abnarain
8-
ms.reviewer: jburchel
8+
ms.reviewer: susabat
99
ms.topic: conceptual
10-
ms.date: 07/20/2023
10+
ms.date: 03/11/2023
1111
---
1212

1313
# Automated publishing for continuous integration and delivery (CI/CD)
@@ -37,7 +37,7 @@ This article focuses on the continuous deployment improvements and the automated
3737
The automated publish feature takes the **Validate all** and **Export ARM template** features from the Data Factory user experience and makes the logic consumable via a publicly available npm package [@microsoft/azure-data-factory-utilities](https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities). For this reason, you can programmatically trigger these actions instead of having to go to the Data Factory UI and select a button manually. This capability will give your CI/CD pipelines a truer continuous integration experience.
3838

3939
> [!NOTE]
40-
> Be sure to use the latest versions of node and npm to avoid errors that can occur due to package incompatibility with older versions.
40+
> Be sure to use the node version 18.x and and its compatible version to avoid errors that can occur due to package incompatibility with older versions.
4141
4242
### Current CI/CD flow
4343

0 commit comments

Comments
 (0)