Skip to content

Commit ac17db7

Browse files
committed
Merge branch 'patch-5' of https://github.com/joe-plumb/azure-docs into 2024-01-30-merge-public-prs
2 parents e0f68ae + 73ce6fb commit ac17db7

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)