1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

chore: try to fallback on npm as yarn seems to use wrong deps

This commit is contained in:
Daniël Klabbers
2022-11-16 09:26:08 +01:00
parent 069a29d22a
commit bb9f01372f

View File

@@ -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."