node version >= 18

This commit is contained in:
Lentil Hoffman 2025-07-09 16:31:50 -05:00
parent 998e625f9c
commit fd73dca4e5
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087

View File

@ -1,8 +1,8 @@
# Rhizome Node # Rhizome Node
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
[![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) [![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Node.js](https://img.shields.io/badge/node-%3E%3D14.0.0-brightgreen.svg)](https://nodejs.org/) [![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
A distributed, peer-to-peer database engine built with TypeScript, designed for building decentralized applications with flexible data modeling and conflict-free replication. A distributed, peer-to-peer database engine built with TypeScript, designed for building decentralized applications with flexible data modeling and conflict-free replication.