Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ branding:
icon: "globe"
color: "blue"
runs:
using: "node20"
using: "node24"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While bumping the runtime to Node 24 addresses the deprecation warning, the project's development configuration remains significantly outdated. Specifically, package.json still references @tsconfig/node12 and older versions of development dependencies. To ensure consistent behavior between development, testing, and production environments, and to leverage modern Node.js features or optimizations, it is recommended to update the TypeScript configuration and development environment to align with the Node 24 target.

main: "bin/action.min.js"
inputs:
repoToken:
Expand Down