Keep Node Current
Version updated for https://github.com/TimothyJones/github-action-keep-node-current to version v1.0.2.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action synchronizes Node.js versions used across the repository with the official Node.js release schedule, updating CI matrices, single-version pins, .nvmrc, and package.json files. It automatically detects and removes end-of-life major versions and adds new ones when necessary, ensuring all declared versions are compatible with the current schedule. The action creates separate commits for each change (drop or add) and updates the PR title accordingly.
What’s Changed
Bug fix: pushing could fail with Duplicate header: "Authorization" when actions/checkout had persisted more than one credential header. The action now clears all persisted extraheader entries and authenticates with a single one from the supplied token.
Recommended for all users. @v1 now points here.