ember-cli / ember-cli/ember-addon-blueprint
Blueprint defaults with `pnpm` result in broken CI initially
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
```
Run pnpm/action-setup@v4
Running self-installer...
Error: No pnpm version is specified.
Please specify it by one of the following ways:
- in the GitHub Action config with the key "version"
- in the package.json with the key "packageManager"
at readTarget (/home/runner/work/_actions/pnpm/action-setup/v4/dist/index.js:1:5635)
at runSelfInstaller (/home/runner/work/_actions/pnpm/action-setup/v4/dist/index.js:1:4142)
at async install (/home/runner/work/_actions/pnpm/action-setup/v4/dist/index.js:1:3154)
at async main (/home/runner/work/_actions/pnpm/action-setup/v4/dist/index.js:1:445)
Error: Error: No pnpm version is specified.
Please specify it by one of the following ways:
- in the GitHub Action config with the key "version"
- in the package.json with the key "packageManager"
```
There's a number of ways we could add this, using `packageManager` is probably the most universal.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.