Commit 70284e9
authored
Remove nodejs/npm/cspell install from Dockerfile (#341)
npm@latest now requires node >=22, incompatible with the node 20.x installed
here, breaking the backend image build (npm error EBADENGINE). Spell
checking already runs independently in CI via streetsidesoftware/cspell-action
(.github/workflows/spell-check.yml) and scripts/lint.sh is only invoked by
developers locally — neither needs node/npm/cspell baked into the runtime
image.
Fixes #10441 parent c810764 commit 70284e9
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 64 | | |
71 | 65 | | |
72 | 66 | | |
| |||
0 commit comments