-
Notifications
You must be signed in to change notification settings - Fork 1
feat: upgrade to Node.js 24 #29
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
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 pull request upgrades the project from Node.js 20.11.1 to Node.js 24.13 and modernizes the Docker development setup. The changes include updating the Node.js version specification, restructuring the Docker Compose configuration to be more flexible, and improving documentation formatting.
Changes:
- Upgraded Node.js from version 20.11.1 to 24.13 in Docker and .nvmrc
- Refactored Docker Compose configuration to use environment variable-based port configuration and removed deprecated version field
- Added example.env file and entrypoint.sh script for improved Docker development workflow
- Enhanced README documentation with better formatted notes and tips using GitHub alert syntax
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| frontend/example.env | New environment variable template file with default configuration values |
| frontend/entrypoint.sh | New Docker entrypoint script that enables Corepack, installs dependencies, and starts the dev server |
| frontend/docker-compose.yml | Modernized configuration with Node.js 24.13-slim image, environment-based port mapping, and removed deprecated fields |
| frontend/README.md | Enhanced documentation with GitHub-style alerts and improved clarity |
| frontend/.nvmrc | Updated Node version specification to v24.13 |
| frontend/.gitignore | Added .yarn/ directory to ignore list |
| frontend/.gitattributes | Added shell script line ending configuration to ensure cross-platform compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GitHub Issue or Internal Use Azure Devops Work Item ID: n/a
Proposed Changes
What is the current behavior?
The template was using an older version of Node.js.
The Docker setup wasn't working properly and had some deprecated stuff.
What is the new behavior?
The template is using the latest LTS version of Node.js.
The Docker setup works properly.
Checklist
Please check that your PR fulfills the following requirements:
Other information
n/a