Skip to content

Commit eeae2a6

Browse files
committed
revert to 2.2 and 0.1.2 temporarily
1 parent cb633a5 commit eeae2a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/rich-navigation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
run: yarn --frozen-lockfile
1717
env:
1818
CHILD_CONCURRENCY: 1
19-
- uses: microsoft/RichCodeNavIndexer@v0.1.3
19+
- name: Install .NET Core 2.2
20+
uses: actions/setup-dotnet@v1.5.0
21+
with:
22+
dotnet-version: 2.2
23+
- uses: microsoft/RichCodeNavIndexer@v0.1.2
2024
with:
2125
languages: typescript
2226
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)