Conversation
|
Oh no, it seems that Node.js 24 had dropped support for ARMv7. Node.js 22 EOL = 30 Apr 2027 My plan: |
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Docker base image to Node.js 22 and Debian Trixie, while also updating Node.js version requirements and GitHub Actions workflows to support the new version range.
- Updates Docker base images from Node.js 20/Debian Bookworm to Node.js 22/Debian Trixie
- Updates Node.js version support in CI/CD workflows to include Node.js 22 and 24
- Updates GitHub Actions setup-node action from v4 to v6
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates engine requirements to remove Node.js 18 support and changes test-backend script pattern |
| docker/debian-base.dockerfile | Updates base images to Node.js 22 with Debian Trixie |
| .github/workflows/validate.yml | Updates setup-node action to v6 |
| .github/workflows/close-incorrect-issue.yml | Updates setup-node action to v6 |
| .github/workflows/auto-test.yml | Updates Node.js test matrix and setup-node action to v6 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.