Skip to content

Commit ca1b8a4

Browse files
committed
adding the node task to build step
1 parent 5491f5d commit ca1b8a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/publish-stable.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ extends:
3939
testPlatforms: []
4040
skipAPIScan: true # package build requires Linux
4141
buildSteps:
42+
- task: NodeTool@0
43+
inputs:
44+
versionSpec: '18.17.x'
4245
- script: sudo apt install -y libkrb5-dev
4346
displayName: Install libkrb5-dev
4447

0 commit comments

Comments
 (0)