From 00e05f4aa2c5de24d22fa24c5e2517d5b2788f91 Mon Sep 17 00:00:00 2001 From: Pierre Guillemot Date: Fri, 13 Dec 2024 09:11:55 +0400 Subject: [PATCH] Fix github ci --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a083c0..314c6944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: include: - - node-version: 18.17 + - node-version: 18.18 db-type: postgresql - - node-version: 18.17 + - node-version: 18.18 db-type: mysql steps: diff --git a/README.md b/README.md index 6f9ace22..b1378428 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A detailed getting started guide can be found at [umami.is/docs](https://umami.i ### Requirements -- A server with Node.js version 16.13 or newer +- A server with Node.js version 18.18 or newer - A database. Umami supports [MariaDB](https://www.mariadb.org/) (minimum v10.5), [MySQL](https://www.mysql.com/) (minimum v8.0) and [PostgreSQL](https://www.postgresql.org/) (minimum v12.14) databases. ### Install Yarn