chore: wrong package manager value changed to fix mentions bug

This commit is contained in:
Daniël Klabbers 2022-11-16 09:41:52 +01:00
parent bb9f01372f
commit bc59b8d9ab
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,8 +8,8 @@ jobs:
with:
frontend_directory: ./
backend_directory: ./
js_package_manager: yarn
cache_dependency_path: ./yarn.lock
js_package_manager: npm
cache_dependency_path: ./package-lock.json
main_git_branch: main
secrets: