Commit 24779ed
authored
[INTERNAL] Fail-fast "npm ci" if deps require unsupported node version (#756)
When upgrading a dependency to a newer version, it might require a
different node version than before which could be unsupported by the
repo. Unfortunately, this could be easily overseen.
This PR adds the flag --engine-strict to the dependency installation
step during the GH Actions job. Incase such a version requirement
change, this flag will now fail-fast the job which should attract
attention.1 parent dd36b87 commit 24779ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments