Skip to content

Commit 85514f2

Browse files
authored
Try forcing pipeline to use node 16 (#10572)
1 parent a014fe8 commit 85514f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Build/loc/TranslationsImportExport.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ pool:
2424
- ImageOverride -equals AzurePipelinesWindows2022compliant
2525

2626
steps:
27+
- task: NodeTool@0
28+
inputs:
29+
versionSpec: '16.x'
30+
displayName: 'Install Node.js'
31+
2732
- task: CmdLine@2
2833
inputs:
2934
script: 'cd Extension && yarn install'

0 commit comments

Comments
 (0)