Skip to content

Commit 67a350c

Browse files
authored
Merge pull request #126772 from supreeth-v/patch-1
Update continuous-integration-delivery-improvements.md
2 parents c8c242d + cdc6e22 commit 67a350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This article focuses on the continuous deployment improvements and the automated
3636
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.
3737

3838
> [!NOTE]
39-
> 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.
39+
> Be sure to use the node version 20.x and and its compatible version to avoid errors that can occur due to package incompatibility with older versions.
4040
4141
### Current CI/CD flow
4242

0 commit comments

Comments
 (0)