Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/real-games-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"changesets-signed-commits": patch
---

fix: actually bump runtime from node20 to node24
8 changes: 4 additions & 4 deletions actions/signed-commits/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: changesets-action-signed-commits
description: A GitHub action to automate releases with Changesets
runs:
using: "node20"
using: "node24"
main: "dist/index.js"
inputs:
publish:
Expand Down Expand Up @@ -61,9 +61,9 @@ inputs:
default: "false"
rootVersionPackagePath:
description: |
Path to a package.json file that should use simplified v<version> tags
instead of <name><separator><version> tags. The package.json must have
chainlink.changesets.rootVersion set to true. If this path is provided
Path to a package.json file that should use simplified v<version> tags
instead of <name><separator><version> tags. The package.json must have
chainlink.changesets.rootVersion set to true. If this path is provided
but the field is not set correctly, the action will fail.
required: false

Expand Down
Loading