Skip to content

Commit

Permalink
Re-instate licensed packages & use node 18 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobobbytraykov authored Nov 12, 2024
1 parent f3fa754 commit 882d179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stages:
displayName: 'Install Node'
inputs:
versionSource: 'spec'
versionSpec: '16.x'
versionSpec: '18.x'

- task: Npm@1
displayName: 'Register licensed npm registry in .npmrc'
Expand All @@ -58,7 +58,7 @@ stages:
inputs:
command: 'custom'
workingDir: '$(Build.SourcesDirectory)'
customCommand: 'config -L project set @infragistics:registry=http://proget.infragistics.local:81/npm/IgniteUILicensed/'
customCommand: 'config -L project set @infragistics:registry=https://packages.infragistics.com/npm/js-licensed/'
customEndpoint: 'internal licensed proget'

- task: PowerShell@2
Expand Down

0 comments on commit 882d179

Please sign in to comment.