Skip to content

Conversation

@bowenliang123
Copy link
Contributor

@bowenliang123 bowenliang123 commented Dec 24, 2025

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

  • to close update github actions with node 24 #30110
  • Many of used github actions has switched to NodeJS 24 LTS for runtime , and Node 24 is reportedly 20% faster than Nodejs 22
  • bump github action versions to use nodejs 24 as action runtime
    • tj-actions/changed-files@v47
    • astral-sh/setup-uv@v7
    • endersonmenezes/free-disk-space@v3
    • actions/setup-node@v6
    • actions/upload-artifact@v6
    • actions/checkout@v6

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Copilot AI review requested due to automatic review settings December 24, 2025 09:26
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update ci actions with node 24 lts as runtime build: update ci actions with node 24 lts Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update ci actions with node 24 lts build: update github actions with node 24 Dec 24, 2025
@bowenliang123 bowenliang123 changed the title build: update github actions with node 24 build: update github actions Dec 24, 2025
Copy link
Contributor

Copilot AI left a 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.

crazywoola
crazywoola previously approved these changes Dec 25, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 25, 2025
@crazywoola crazywoola self-requested a review December 25, 2025 03:28
@crazywoola crazywoola merged commit dfd2dd5 into langgenius:main Dec 29, 2025
13 checks passed
@bowenliang123 bowenliang123 deleted the actions-node-24 branch December 29, 2025 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update github actions with node 24

3 participants