Skip to content

Commit

Permalink
Fix loc pipeline (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms authored Feb 23, 2023
1 parent 582ae14 commit 360ea2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/loc/TranslationsImportExport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ pool:
vmImage: 'windows-latest'

steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: 'Install Node.js'

- task: CmdLine@2
inputs:
script: 'yarn install'
Expand Down

0 comments on commit 360ea2c

Please sign in to comment.