-
Notifications
You must be signed in to change notification settings - Fork 19.1k
build: update github actions #30106
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?
build: update github actions #30106
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
502cf65 to
36be2ce
Compare
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v4 | ||
| uses: actions/checkout@v6 |
Copilot
AI
Dec 24, 2025
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.
The PR title states "update ci actions with node 24 lts as runtime", but the actual node-version in the workflow remains set to 22 (line 34). If the intent is to update to Node 24 LTS, the node-version should be updated from 22 to 24. Otherwise, the PR title should be corrected to accurately reflect that this is updating GitHub Actions versions to support newer Node.js runtimes, not updating the Node.js version itself.
Important
Fixes #<issue number>.Summary
Screenshots
Checklist
dev/reformat(backend) andcd web && npx lint-staged(frontend) to appease the lint gods