Commit 6940331
authored
chore: relax
<!--
Before opening this PR, confirm the linked issue is open and carries the
`open-for-contribution` label. PRs from external contributors that don't
follow
the workflow in CONTRIBUTING.md are closed automatically.
@supabase members working from Linear tickets are exempt.
-->
## Summary
In #6424, I added a strict `onFail:
'error'` property so any time someone uses `npm`, `yarn,` or an
incorrect `pnpm` version, those CLIs error out.
This was a bit aggressive — we use the `npm` CLI for a variety of things
related to our release process. Rather than backport all of those `npm`
usages to `pnpm`, I opted to update `onFail` to be `warn`.
That should unblock one error in our release process, hopefully that's
all of them? I'm not sure what to make of [this
error](https://github.com/supabase/cli/actions/runs/33785688700/job/100750659098)
🤔devEngines.packageManager requirements (#6459)1 parent 81a1f81 commit 6940331
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
0 commit comments