Update action to use newer Node #946
Open
Knope Bot / Require changes to be documented
required action
Apr 2, 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 would use commit message, that message is not conventional
- ❌ Merge would use commit messages, and no commits are conventional
- ❌ 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
#946 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