Skip to content

Commit 73ce6fb

Browse files
authored
Update continuous-integration-delivery-improvements.md
@microsoft/azure-data-factory-utilities requires node 18.x. Updating node version in documentation, and the task used to install node, to the latest version.
1 parent 55a244f commit 73ce6fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Follow these steps to get started:
145145

146146
# Installs Node and the npm packages saved in your package.json file in the build
147147

148-
- task: NodeTool@0
148+
- task: UseNode@1
149149
inputs:
150-
versionSpec: '14.x'
150+
version: '18.x'
151151
displayName: 'Install Node.js'
152152

153153
- task: Npm@1

0 commit comments

Comments
 (0)