Skip to content

Commit 843f83a

Browse files
committed
fix(cd): trying to update npm
1 parent e5c188a commit 843f83a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-devops/app-cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ 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'
36+
3137
- task: PowerShell@2
3238
displayName: 'Replace with licensed angular-extras'
3339
inputs:

0 commit comments

Comments
 (0)