Skip to content

Commit

Permalink
Updated node
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Nov 23, 2023
1 parent 55f2938 commit 09a2ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
- task: NodeTool@0
displayName: Install Node.js
inputs:
versionSpec: '18.x'
versionSpec: '20.x'

- task: DotNetCoreCLI@2
displayName: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps:
- task: NodeTool@0
displayName: Install Node.js
inputs:
versionSpec: '18.x'
versionSpec: '20.x'

- script: |
call npm --no-git-tag-version version $(GitVersion.SemVer)
Expand Down

0 comments on commit 09a2ac0

Please sign in to comment.