Skip to content

Commit

Permalink
Update Node.js tool version (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Mar 28, 2023
1 parent 3f7de5e commit b4d91a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- task: NodeTool@0
inputs:
versionSpec: 13.x
versionSpec: 14.x

- script : npm install -g azurite
displayName: Install Azurite
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- task: NodeTool@0
inputs:
versionSpec: 13.x
versionSpec: 14.x

- script : npm install -g azurite
displayName: Install Azurite
Expand Down

0 comments on commit b4d91a2

Please sign in to comment.