File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050
5151 - name : Install dependencies
52- run : npm ci --legacy-peer-deps
52+ run : npm ci
5353
5454 - name : Run lint
5555 run : npm run lint
Original file line number Diff line number Diff line change 5454 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5555
5656 - name : Install dependencies
57- run : npm ci --legacy-peer-deps
57+ run : npm ci
5858
5959 - name : Run lint
6060 run : npm run lint
Original file line number Diff line number Diff line change 1717- task : Npm@1
1818 inputs :
1919 command : ' custom'
20- customCommand : ' install --legacy-peer-deps '
20+ customCommand : ' install'
2121 customEndpoint : ' public proget'
2222 env :
2323 AZURE_PIPELINES : " true"
You can’t perform that action at this time.
0 commit comments