Commit d1167d6
committed
chore: work around bug in
dependabot uses `corepack` for all updates of node dependencies.
The problem here is that `corepack` breaks if the
`devEngines.packageManager` does not define a **full semantic version**
meaning it does not support semantic ranges.
We can work around this by just using the array syntax with only one
entry.
For reference the *corepack* bug report: nodejs/corepack#729
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>corepack blocking dependency updates1 parent 1cebd7a commit d1167d6
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
0 commit comments