Skip to content

Commit

Permalink
Update node and npm, fix dev dependencies, temp remove lint (#1623)
Browse files Browse the repository at this point in the history
* Update node and npm, fix dev dependencies

* remove lint temporarily

---------

Co-authored-by: Stephen Weatherford <Stephen.Weatherford.com>
  • Loading branch information
StephenWeatherford authored Aug 25, 2023
1 parent 052626c commit a4055de
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 553 deletions.
7 changes: 5 additions & 2 deletions .azure-pipelines/common/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ steps:
versionSpec: "5.2.0"

- task: NodeTool@0
displayName: "Use Node 12.x"
displayName: "Install node.js"
inputs:
versionSpec: 12.x
versionSpec: 14.21.3

- script: npm install -g [email protected]
displayName: "Install npm"

- task: Npm@1
displayName: "npm install"
Expand Down
Loading

0 comments on commit a4055de

Please sign in to comment.