Commit 9b99de0
committed
Pinned the lockfile check to .nvmrc instead of the floating lts/* alias
setup-node's lts/* already resolves to a different Node major than the
deployed runtime and would silently jump to Node 26 at the next LTS
switch, so the frozen-lockfile install was being validated on a Node
version nobody ships. Reading .nvmrc keeps the check on the same
version as the Dockerfile.1 parent a6daa1a commit 9b99de0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments