Closed Bryan-Roe closed 3 months ago
This pull request introduces a new GitHub Actions workflow file named 'node.js.yml' to automate the CI process for Node.js projects. The workflow is configured to trigger on pushes and pull requests to the main branch, and it runs on the latest Ubuntu environment. It uses a matrix strategy to test against Node.js versions 18.x, 20.x, and 22.x. The workflow includes steps to check out the repository, set up Node.js, install dependencies, build the source code, and run tests.
Files | Changes |
---|---|
.github/workflows/node.js.yml |
Introduced a new CI workflow for Node.js to automate testing and building across multiple Node.js versions. |
Motivation and Context
Description
Contribution Checklist
Summary by Sourcery
Introduce a Node.js CI workflow to automate the build and test process for Node.js projects, ensuring compatibility across multiple Node.js versions.
CI: