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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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