Skip to content

Commit

Permalink
Use node 16.x in official builds, as our Contributing.md already requ…
Browse files Browse the repository at this point in the history
…ires (#339)
  • Loading branch information
tehcrashxor authored Nov 4, 2022
1 parent 6642f65 commit 6fa99c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/OfficialBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ steps:
displayName: Capture build version in package/version.csv

- task: NodeTool@0
displayName: 'Use nodejs 14.x'
displayName: 'Use nodejs 16.x'
inputs:
versionSpec: '14.x'
versionSpec: '16.x'

- task: Npm@1
displayName: 'Restore (npm install)'
Expand Down

0 comments on commit 6fa99c7

Please sign in to comment.