-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JS api parser dependency (#5278)
* Update JS api parser dependency
- Loading branch information
1 parent
a490f0c
commit 4d506e0
Showing
3 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ variables: | |
PythonVersion: '3.10.9' | ||
WebClientProjectDirectory: 'src/dotnet/APIView/APIViewWeb/Client' | ||
WebProjectPath: 'src/dotnet/APIView/APIViewWeb/APIViewWeb.csproj' | ||
NodeVersion: '12.x' | ||
NodeVersion: '18.x' | ||
BuildConfiguration: 'Release' | ||
TypeScriptGeneratorDirectory: 'tools/apiview/parsers/js-api-parser' | ||
GoParserPackagePath: 'src/go' | ||
|
@@ -65,10 +65,6 @@ stages: | |
version: '$(GoVersion)' | ||
displayName: "Use Go $(GoVersion)" | ||
|
||
- script: | | ||
npm install -g [email protected] | ||
displayName: "Install npm 6.14.6" | ||
- script: | | ||
npm install | ||
workingDirectory: $(WebClientProjectDirectory) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters