Skip to content

Commit 882d179

Browse files
Re-instate licensed packages & use node 18 (#866)
1 parent f3fa754 commit 882d179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/build-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stages:
3535
displayName: 'Install Node'
3636
inputs:
3737
versionSource: 'spec'
38-
versionSpec: '16.x'
38+
versionSpec: '18.x'
3939

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

6464
- task: PowerShell@2

0 commit comments

Comments
 (0)