Update Node.js LTS to v20.19.0

Node.js v20 entered Maintenance LTS six months ago. Update the version
from 20.11.0 (released over a year ago) to 20.19.0, the latest LTS
release from last month.

This ensures the project leverages recent Node.js improvements,
including security updates, and stays on a supported LTS track.
This commit is contained in:
Peter Dave Hello
2025-04-22 02:01:03 +08:00
parent 22602068b0
commit 1db5144b28
14 changed files with 16 additions and 16 deletions

View File

@@ -13,6 +13,6 @@
},
"engine-strict": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.19.0"
}
}