Add a GitHub Actions workflow to run build and tests.
Add .github/workflows/ci.yml with a job that:
- Runs on
push and pull_request.
- Checks out the repo, sets up Node.js 24.x, runs
npm ci, npm run build, and npm test.
Acceptance criteria:
- Workflow file added and passes basic syntax checks.
Add a GitHub Actions workflow to run build and tests.
Add
.github/workflows/ci.ymlwith a job that:pushandpull_request.npm ci,npm run build, andnpm test.Acceptance criteria: