Error locating tsconfig.json resulting in tsc failing with errors due to failed type resolution.
Using version 11.24.1.
When building manually locally using the firebase CLI:

In GitHub Actions:

tsconfig.json is present and working fine; manually invoking npm run build works as expected.
We're getting a similar error

We've tried versions 11.24.1, 11.18.0 and 11.5.0 (this ver gives me a different error though).
I wonder if it's some change in Github Actions that this repo depends on. Any ideas @w9jds ?
@CharlieDigital Looks like there was a breaking change with Cloud Functions. The suggestion in that doc worked for us
@anonimitoraf Appreciate the update and confirmation of the workaround!