## Goal Create a reusable GitHub Actions workflow for Node.js projects. ### Requirements - Set up Node.js - Install dependencies - Run tests - Build project ### Acceptance Criteria - Workflow completes successfully - Easy to reuse
Goal
Create a reusable GitHub Actions workflow for Node.js projects.
Requirements
Acceptance Criteria