diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e085775..cf8b188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,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 e5619d1..85f2a0e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "homepage": "https://github.com/danielgtmn/react-umami#readme", "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "scripts": { "build": "tsup",