From 2a75ad94297197674b6896e6d5fdd8ae71831d60 Mon Sep 17 00:00:00 2001 From: Daniel Gietmann Date: Sat, 21 Feb 2026 20:34:48 +0100 Subject: [PATCH] chore: update Node.js engine requirement to >=20.0.0 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c1bbf..0c2d6ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] steps: - name: Checkout code diff --git a/package.json b/package.json index 2631887..90f35eb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "homepage": "https://github.com/danielgtmn/react-umami#readme", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "scripts": { "build": "tsup",