The deploy script asked node for the build's version string, and that was the only thing it needed node for. Web_Host has no node (it runs everything as containers), so today's deploy stopped at node: command not found before building anything.
The version is now the same sum scripts/version.mjs does, in shell: the commit's own date plus the pull request it arrived through, or its short SHA. IHASMAIL_VERSION is still honoured as given. Checked against the node script on a merge commit, a plain commit and an older commit; all three agree.
The deploy script asked node for the build's version string, and that was the only thing it needed node for. Web_Host has no node (it runs everything as containers), so today's deploy stopped at `node: command not found` before building anything.
The version is now the same sum `scripts/version.mjs` does, in shell: the commit's own date plus the pull request it arrived through, or its short SHA. `IHASMAIL_VERSION` is still honoured as given. Checked against the node script on a merge commit, a plain commit and an older commit; all three agree.
**Merged** 2026-09-12 as coffey-labs/ihasmail@b0564679e619
<sub>Rebuilt from: GH Archive, git history, session transcript.</sub>
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The deploy script asked node for the build's version string, and that was the only thing it needed node for. Web_Host has no node (it runs everything as containers), so today's deploy stopped at
node: command not foundbefore building anything.The version is now the same sum
scripts/version.mjsdoes, in shell: the commit's own date plus the pull request it arrived through, or its short SHA.IHASMAIL_VERSIONis still honoured as given. Checked against the node script on a merge commit, a plain commit and an older commit; all three agree.Merged 2026-09-12 as coffey-labs/ihasmail@b0564679e6
Rebuilt from: GH Archive, git history, session transcript.