From 762c40e41e906e2b4443ba07c54539ec71713807 Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Sat, 24 Feb 2024 15:25:34 +0900 Subject: [PATCH] Update `engines.node` to latest minimum requirements --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3b65d6..a53e1c4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A CLI tool to test web accessibility on multiple web pages based on a list of URLs in a text file.", "type": "module", "engines": { - "node": ">=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "exports": "./build/src/index.js", "main": "build/src/index.js",