From 8c5c0cfd9b3144ffe8e3af22239758aa61a50d39 Mon Sep 17 00:00:00 2001 From: Allen Chang Date: Mon, 26 Feb 2024 13:25:52 -0500 Subject: [PATCH] Update Node.js version to v18.16 Update Node.js version from v14.18 to v18.16 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b3053db..928cce704 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The easiest way to get started with local development is to use `docker compose Omnivore is written in TypeScript and JavaScript. -- [Node](https://nodejs.org/) -- currently we are using Node.js v14.18 +- [Node](https://nodejs.org/) -- currently we are using Node.js v18.16 - [Chromium](https://www.chromium.org/chromium-projects/) -- see below for installation info ### Running the web and API services