Skip to content

Commit

Permalink
update node (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Sep 17, 2024
1 parent 2c721f8 commit ab38afe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ extends:
steps:
- checkout: self
fetchTags: false

- task: UseNode@1
displayName: "Use Node 20.x"
inputs:
version: "20.x"

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x
Expand Down
5 changes: 5 additions & 0 deletions jobs/loc/TranslationsImportExport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ extends:
artifactName: 'drop'
publishLocation: 'Container'
steps:
- task: UseNode@1
displayName: "Use Node 20.x"
inputs:
version: "20.x"

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

0 comments on commit ab38afe

Please sign in to comment.