-
Notifications
You must be signed in to change notification settings - Fork 3
HTM-1802: Upgrade to NodeJS 24.x (current LTS) #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Test results1 tests 1 ✅ 1s ⏱️ Results for commit 2f49da1. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR attempts to upgrade the project from Node.js 22.x to Node.js 24.x LTS. However, Node.js 24.x has not been released yet as of December 2025. The current LTS version is Node.js 22.x (released April 2024).
Key Changes:
- Upgrade Node.js version references from 22.x to 24.x across configuration files
- Update Angular and related dependencies to version 20.3.x
- Add engines field to package.json to enforce Node.js version requirement
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Dockerfile | Updates base image from node:22.19.0 to node:24.11.1 (non-existent version) |
| package.json | Updates @types/node to version 24.10.1 (non-existent), upgrades Angular dependencies to 20.3.x, and adds engines field requiring Node.js >=24 |
| .github/dependabot.yml | Updates dependabot to ignore Node.js versions >= 25 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
see Tailormap/tailormap-viewer#1086