From 7b2528e65b4b0aa6972c37d701acf2c82906c458 Mon Sep 17 00:00:00 2001 From: Noelle Caldwell Date: Tue, 1 Feb 2022 10:01:12 -0800 Subject: [PATCH] remove specific TS version for RichNav task Use the default version specified by the RichCodeNavIndexer task --- .github/workflows/rich-navigation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rich-navigation.yml b/.github/workflows/rich-navigation.yml index f5fd32493f1..2afe38c5e71 100644 --- a/.github/workflows/rich-navigation.yml +++ b/.github/workflows/rich-navigation.yml @@ -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