Skip to content

Commit

Permalink
Remove setting up a specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Nov 12, 2024
1 parent b49ed17 commit e12eeee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azurepipelines/build-test-app-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- task: CodeQL3000Init@0
displayName: CodeQL Initialize

- task: NodeTool@0
displayName: 'Use Node 14.x'
inputs:
versionSpec: 14.x
# - task: NodeTool@0
# displayName: 'Use Node 14.x'
# inputs:
# versionSpec: 14.x

- task: JavaToolInstaller@0
inputs:
Expand Down

0 comments on commit e12eeee

Please sign in to comment.