Update action to use newer Node #2052
Open
Knope Bot / Require changes to be documented
required action
Apr 1, 2026 in 0s
This pull request has not been documented yet
This project requires changes to be documented via either changesets or conventional commits. Depending on how this pull request is merged, it may not be fully documented:
- ❌ Squash merging is allowed, but the title is not a conventional commit
- ❌ Merge commit is allowed and will use PR title, but the title is not a conventional commit
- ❌ Rebase is allowed, and no commits are conventional
To satisfy this check, you can:
- Address the conventional commit issues above
- Click one of the buttons on this screen to auto-generate a change file (may only be visible to maintainers)
- Create a change file with the Knope CLI
- Create a change file in GitHub's web editor or copy/paste the content below into
.changeset/update_action_to_use_newer_node.md- Replace "CHANGE_TYPE" with
major,minor, orpatch(see knope's docs), then edit as needed for your users.
- Replace "CHANGE_TYPE" with
Details
---
default: CHANGE_TYPE
---
# Update action to use newer Node
#2052 by @chris124567
Note: [actions/checkout@v5](https://github.com/actions/checkout/tree/v5) and [actions/upload-artifact@v6](https://github.com/actions/upload-artifact/tree/v6) are stable.
Loading