Example project used for testing Github actions that work with Node.js code.
Contains a sample Node.js project implementing an HTTP web/server application with the express package express.
Steps required to install/run the project:
git clone git@github.com:lfreleng-actions/test-node-project.git
2. cd test-node-project
3. npm install
4. npm start