From eeae2a6445f58123b1591ece6596d34aaf94cd35 Mon Sep 17 00:00:00 2001 From: noecald Date: Wed, 12 Aug 2020 15:39:25 -0700 Subject: [PATCH] revert to 2.2 and 0.1.2 temporarily --- .github/workflows/rich-navigation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rich-navigation.yml b/.github/workflows/rich-navigation.yml index 432987f531f..cfc0381eead 100644 --- a/.github/workflows/rich-navigation.yml +++ b/.github/workflows/rich-navigation.yml @@ -16,7 +16,11 @@ jobs: run: yarn --frozen-lockfile env: CHILD_CONCURRENCY: 1 - - uses: microsoft/RichCodeNavIndexer@v0.1.3 + - name: Install .NET Core 2.2 + uses: actions/setup-dotnet@v1.5.0 + with: + dotnet-version: 2.2 + - uses: microsoft/RichCodeNavIndexer@v0.1.2 with: languages: typescript repo-token: ${{ secrets.GITHUB_TOKEN }}