Skip to content

Commit

Permalink
Update azure-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 1, 2023
1 parent c6a634a commit 1d8c859
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 4.2$(rev:.r)
name: 4.3$(rev:.r)
trigger:
branches:
include:
Expand All @@ -12,14 +12,14 @@ steps:
- task: UseNode@1
displayName: Setup Node
inputs:
version: '16.x'
version: '20.x'

# Set yarn version
- task: Bash@3
displayName: 'Set yarn version'
inputs:
targetType: 'inline'
script: 'yarn set version stable'
# - task: Bash@3
# displayName: 'Set yarn version'
# inputs:
# targetType: 'inline'
# script: 'yarn set version stable'

# Authenticate
- task: npmAuthenticate@0
Expand All @@ -41,7 +41,7 @@ steps:
displayName: 'Install'
inputs:
targetType: 'inline'
script: 'yarn install --immutable --immutable-cache'
script: 'yarn install'

# Test
- task: Bash@3
Expand Down

0 comments on commit 1d8c859

Please sign in to comment.