From 280827087ff89be6fb8fdd28cb75d4e21d4b257e Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Tue, 27 Jun 2023 22:24:46 +0200 Subject: [PATCH] Pin typescript to 5.0.4 in workflow (#2590) --- .github/workflows/TypeScriptCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TypeScriptCheck.yml b/.github/workflows/TypeScriptCheck.yml index d4830bc6c8..bf8b115bc2 100644 --- a/.github/workflows/TypeScriptCheck.yml +++ b/.github/workflows/TypeScriptCheck.yml @@ -26,7 +26,7 @@ jobs: with: node-version: "18.x" - - run: npm install typescript -g + - run: npm install typescript@5.0.4 -g - run: npm install working-directory: frontend