Skip to content

Commit 288b67d

Browse files
committed
fix(*): let's not use the latest npm after all
1 parent b27641c commit 288b67d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

azure-devops/app-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ steps:
2828
inputs:
2929
versionSpec: 22.x
3030

31-
- task: Npm@1
32-
inputs:
33-
command: custom
34-
customCommand: 'install -g npm@latest'
35-
displayName: 'Upgrade npm to latest version'
31+
# - task: Npm@1
32+
# inputs:
33+
# command: custom
34+
# customCommand: 'install -g npm@latest'
35+
# displayName: 'Upgrade npm to latest version'
3636

3737
- task: PowerShell@2
3838
displayName: 'Replace with licensed angular-extras'

0 commit comments

Comments
 (0)