From eba3db14220ba895e90f5d7f8ed910f43d146a1d Mon Sep 17 00:00:00 2001 From: "Aaron K. Clark" Date: Mon, 18 May 2026 01:16:12 -0500 Subject: [PATCH] =?UTF-8?q?docs(readme):=20refresh=20badges=20=E2=80=94=20?= =?UTF-8?q?Node=2020+=20+=20GH=20Actions=20tests=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two corrections to the badge row: 1. **Node.js badge** said `18+`. Stale — the `engines.node` field in package.json (#99) pins minimum to `>=20.0.0` and the CI matrix tests against 20.x + 22.x. Update the badge to match. 2. **New GitHub Actions tests badge.** Surfaces master's CI state on the README so downstream operators can see at a glance whether the latest commit is healthy. Codeberg's woodpecker doesn't have a comparable badge endpoint that I trust for an unconfigured deployment, so we don't add one for the mirror. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4d936..06aa4fb 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ Open-source rewrite of Atbash Services' TimeTrackerAPI on **Node.js + PostgreSQL**. [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg?logo=apache)](LICENSE) -[![Node.js](https://img.shields.io/badge/Node.js-18%2B-339933?logo=node.js&logoColor=white)](https://nodejs.org/) +[![Node.js](https://img.shields.io/badge/Node.js-20%2B-339933?logo=node.js&logoColor=white)](https://nodejs.org/) [![PostgreSQL](https://img.shields.io/badge/PostgreSQL-14%2B-4169E1?logo=postgresql&logoColor=white)](https://www.postgresql.org/) +[![Tests](https://github.com/CryptoJones/TimeTrackerAPI/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/CryptoJones/TimeTrackerAPI/actions/workflows/test.yml) [![Codeberg](https://img.shields.io/badge/Codeberg-CryptoJones%2FTimeTrackerAPI-2185D0?logo=codeberg&logoColor=white)](https://codeberg.org/CryptoJones/TimeTrackerAPI) [![GitHub](https://img.shields.io/badge/GitHub-CryptoJones%2FTimeTrackerAPI-181717?logo=github&logoColor=white)](https://github.com/CryptoJones/TimeTrackerAPI)