Closed Bryan-Roe closed 3 months ago
This pull request introduces a new GitHub Actions workflow file named npm-grunt.yml
to automate the build process for Node.js projects using Grunt. The workflow is triggered on pushes and pull requests to the main
branch and supports multiple Node.js versions (18.x, 20.x, 22.x). The workflow includes steps for checking out the repository, setting up the specified Node.js version, installing dependencies, and running Grunt tasks.
Files | Changes |
---|---|
.github/workflows/npm-grunt.yml |
Introduced a new GitHub Actions workflow to automate the build process for Node.js projects using Grunt, supporting multiple Node.js versions and triggered on push and pull request events to the main branch. |
Motivation and Context
Description
Contribution Checklist
Summary by Sourcery
Introduce a new GitHub Actions workflow to automate NodeJS builds using Grunt for multiple Node.js versions on push and pull request events targeting the main branch.
CI: