Skip to content

Commit

Permalink
Workaround typedoc bug 1637
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Jul 26, 2021
1 parent 78d7d8c commit bbd19a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
- name: Install TypeScript and typedoc
run: sudo npm install -g typescript typedoc
run: sudo npm install -g typescript@4.2.* typedoc@0.20.*
- name: Build with dotnet
run: dotnet build
- name: Test with dotnet
Expand Down

0 comments on commit bbd19a0

Please sign in to comment.