From 2b413b06c5f980cb44f9736ad8dc6c0891ab833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Wed, 16 Nov 2022 09:58:54 +0100 Subject: [PATCH] Revert "chore: try to fallback on npm as yarn seems to use wrong deps" This reverts commit bb9f01372f8c4dbcfcef8b5817e234d7e4f97970. --- .github/workflows/REUSABLE_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 367c034c8..f68487096 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -69,7 +69,7 @@ on: js_package_manager: description: "Enable TypeScript?" type: string - default: npm + default: yarn required: false cache_dependency_path: description: "The path to the cache dependency file."