We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeae2a6 commit e1b3160Copy full SHA for e1b3160
1 file changed
.github/workflows/rich-navigation.yml
@@ -10,17 +10,11 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Use Node.js
14
- uses: actions/setup-node@v1
15
- name: Install dependencies
16
run: yarn --frozen-lockfile
17
env:
18
CHILD_CONCURRENCY: 1
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
+ - uses: microsoft/RichCodeNavIndexer@v0.1
24
with:
25
languages: typescript
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments