From e22ec0332888471e470e5ff2dd40f02769f3d4eb Mon Sep 17 00:00:00 2001 From: huntzhan Date: Wed, 25 Sep 2024 11:13:38 +0000 Subject: [PATCH] ci: automatically upgrade pyright to 1.1.382. --- .github/workflows/workflow-type-checking.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-type-checking.yaml b/.github/workflows/workflow-type-checking.yaml index d806a7a..72ec48e 100644 --- a/.github/workflows/workflow-type-checking.yaml +++ b/.github/workflows/workflow-type-checking.yaml @@ -11,7 +11,7 @@ jobs: node -v yarn --version - npm install -g pyright@1.1.352 + npm install -g pyright@1.1.382 pyright --version - name: Install project (required by pyright) run: |