Skip to content

Commit

Permalink
docs: Update ISSUE_TEMPLATE.md to follow latest pnpm (#9368)
Browse files Browse the repository at this point in the history
- Looking at the [pnpm list docs](https://pnpm.io/cli/list) I can't see `--pattern` option.
- My `pnpm` version complains about this: ` ERROR  Unknown option: 'pattern'`
- My `pnpm` version is: `8.15.6`
  • Loading branch information
MichalBryxi authored Apr 19, 2024
1 parent 4de4ae8 commit 458f110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If a previous version of `ember-data` worked as `expected`, which was the most r

### Versions

Run the following command and paste the output below: `pnpm list ember-source && pnpm list ember-cli && pnpm list --pattern ember-data`.
Run the following command and paste the output below: `pnpm list ember-source && pnpm list ember-cli && pnpm list "*ember-data*"`.

```cli
[Replace this line with the output]
Expand Down

0 comments on commit 458f110

Please sign in to comment.