Revert "chore: wrong package manager value changed to fix mentions bug"

This reverts commit bc59b8d9ab.
This commit is contained in:
Daniël Klabbers 2022-11-16 09:58:41 +01:00
parent 00a880c467
commit 2b89dedc08
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: yarn
default: npm
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: npm
cache_dependency_path: ./package-lock.json
js_package_manager: yarn
cache_dependency_path: ./yarn.lock
main_git_branch: main
secrets: