NodeJS Actions Starter Template
Version updated for https://github.com/joshjohanning/nodejs-actions-starter-template to version v2.0.1.
- 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 pre-configured GitHub Action template designed to simplify the creation of custom Node.js actions. It automates tasks such as setting up action boilerplate, linting, testing, CI/CD workflows, and bundling for distribution. Key features include GitHub REST API integration using Octokit, a repository statistics example, and comprehensive utilities for testing, formatting, and code quality, enabling developers to quickly build and deploy custom actions with minimal setup effort.
What’s Changed
What’s Changed
- chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/62
- chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/64
- chore: update copilot-instructions.md by @joshjohanning-repo-settings-sync[bot] in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/65
- chore(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1 in the eslint-plugins group by @dependabot[bot] in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/67
- refactor: remove custom getInput/getBooleanInput wrappers by @joshjohanning in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/66
- test: improve test coverage by @Copilot in https://github.com/joshjohanning/nodejs-actions-starter-template/pull/66
Full Changelog: https://github.com/joshjohanning/nodejs-actions-starter-template/compare/v2.0.0...v2.0.1