NodeJS Actions Starter Template
Version updated for https://github.com/joshjohanning/nodejs-actions-starter-template to version v2.0.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The nodejs-actions-starter-template is a GitHub Action starter template designed to streamline the creation and deployment of Node.js-based GitHub Actions. It provides a pre-configured setup with features like action boilerplate, automated CI/CD workflows, linting, testing (Jest), and integration with the GitHub REST API via Octokit. This template simplifies the process of building, testing, and publishing custom GitHub Actions, making it an ideal starting point for developers looking to automate workflows on GitHub.
Release notes
What’s Changed
- feat!: upgrade GitHub Actions runtime from node20 to node24 by @joshjohanning in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/61
Full Changelog: https://github.com/joshjohanning/nodejs-actions-starter-template/compare/v1.0.9...v2.0.0