I basically copied the nuxt/framework config for GitHub actions to build, lint, and typecheck my project, but all jobs fail with
ERR_PNPM_PREPARE_PKG_FAILURE Command failed with exit code 1: npm install
See here:
https://github.com/toniengelhardt/m3tadata/actions/runs/3802847961/jobs/6468721641
The project uses pnpm and not npm, so I'm a bit confused why it wants to execute npm install at all.
What am I missing?