diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a083c08a..314c6944bc 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 6f9ace2270..b13784283e 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 diff --git a/src/lib/__tests__/detect.test.ts b/src/lib/__tests__/detect.test.ts index 89b9c6c45e..14c67ddefe 100644 --- a/src/lib/__tests__/detect.test.ts +++ b/src/lib/__tests__/detect.test.ts @@ -1,4 +1,5 @@ import * as detect from '../detect'; +import { expect } from '@jest/globals'; const IP = '127.0.0.1'; diff --git a/src/lib/__tests__/format.test.ts b/src/lib/__tests__/format.test.ts index 6e1b319f09..2f68dc1882 100644 --- a/src/lib/__tests__/format.test.ts +++ b/src/lib/__tests__/format.test.ts @@ -1,4 +1,5 @@ import * as format from '../format'; +import { expect } from '@jest/globals'; test('parseTime', () => { expect(format.parseTime(86400 + 3600 + 60 + 1)).toEqual({