From bb9f01372f8c4dbcfcef8b5817e234d7e4f97970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Wed, 16 Nov 2022 09:26:08 +0100 Subject: [PATCH] chore: try to fallback on npm as yarn seems to use wrong deps --- .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 f68487096..367c034c8 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: yarn + default: npm required: false cache_dependency_path: description: "The path to the cache dependency file."