remove specific TS version for RichNav task

Use the default version specified by the RichCodeNavIndexer task
This commit is contained in:
Noelle Caldwell
2022-02-01 10:01:12 -08:00
committed by GitHub
parent 7d1f0fda8b
commit 7b2528e65b

View File

@@ -36,6 +36,5 @@ jobs:
with:
languages: typescript
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.21
configFiles: .lsifrc.json
continue-on-error: true