chore(ci): upgrade to node 24#4189
Conversation
Greptile SummaryThis PR upgrades the Node.js runtime from version 20 to version 24 across all CI workflows. The change is applied consistently in every relevant location: both the Key points:
Confidence Score: 5/5Safe to merge — this is a clean, consistent Node.js version bump with no logic changes and a verified screenshotter run. All Node.js version references are updated consistently across both workflow files. No package.json No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
PR[Pull Request / Push to main] --> CI[ci.yml: test job\nNode.js 24]
CI -->|success| RELEASE[ci.yml: release job\nNode.js 24]
PR --> SS[screenshotter.yml\nactions/setup-node: Node.js 24]
SS --> DOCKER["Docker: node:24 container\nscreenshotter.js"]
DOCKER --> BROWSERS["Matrix: chrome / firefox / safari"]
Reviews (1): Last reviewed commit: "chore(ci): upgrade to node 24" | Re-trigger Greptile |
edemaine
left a comment
There was a problem hiding this comment.
Thanks! Should we add workflow_dispatch to CI here, to enable future testing?
|
🎉 This PR is included in version 0.16.45 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What is the previous behavior before this PR?
CI used node 20.
What is the new behavior after this PR?
CI use node 24.
Workflow checks:
workflow_dispatch.