Commit 1d6f8e8
authored
ci: Fail-fast "npm ci" if deps require unsupported node version (#387)
`+` refactor: Write correct node version in caption
---
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 792272f commit 1d6f8e8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments