From 1d316f51bd5405dbcfcae1ef4162742da8767c99 Mon Sep 17 00:00:00 2001 From: Enrico Rubboli Date: Mon, 14 Sep 2026 15:39:42 +0400 Subject: [PATCH] ci: pin Node 20 via .nvmrc, add CI badge --- .nvmrc | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..209e3ef --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/README.md b/README.md index 5c87108..3f53103 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # mojito-api +[![CI](https://github.com/mintlayer/mojito-api/actions/workflows/ci.yml/badge.svg)](https://github.com/mintlayer/mojito-api/actions/workflows/ci.yml) + Mojito API gateway: the Mintlayer **batch/aggregation service** behind `mojito-api.mintlayer.org` and `api.mintini.app`, plus a hardened **IPFS content cache**.