Commit 3c8ed59
authored
Drop engine restrictions (#17)
The node and npm enforcements were intended for library developers, not for consuming apps.
We explored using devEngines to restrict engines for developers instead, but an attempt in a different library resulted in the CI workflow failing. The setup-node step threw a EBADDEVENGINES error (npm version is 11.16 instead of 11.18). The installation of 11.8 should happen after that, but it never reaches there. Instead, we will rely on the consuming apps to ensure we are using the correct engine versions.1 parent 7e94b46 commit 3c8ed59
2 files changed
Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
0 commit comments