Skip to content

ci: fix failing maxmind update script by bumping Node.js to 24.19.0 - #1241

Draft
denbite wants to merge 1 commit into
mainfrom
pin-node-version-render
Draft

ci: fix failing maxmind update script by bumping Node.js to 24.19.0#1241
denbite wants to merge 1 commit into
mainfrom
pin-node-version-render

Conversation

@denbite

@denbite denbite commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

The frontend build's node ./node_modules/geoip-lite/scripts/updatedb.js step crashed with ERR_USE_AFTER_CLOSE while iterating the MaxMind CSVs. Cause is a Node readline async-iterator bug present in 24.2.0–24.14.1 (nodejs/node#60507), fixed in 24.15.0 (#60548); nothing pinned Node, so Render resolved 24.14.1. Pins Node 24.19.0 via NODE_VERSION on the three runtime: node services in render.yaml and adds a matching nt-fe/.node-version.

@frol

frol commented Aug 5, 2026

Copy link
Copy Markdown
Member

It somehow got fixed on its own, so let's not touch it for now. I will keep it as a draft for now

@frol
frol marked this pull request as draft August 5, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants