From 089894ecb90e7c73a5c31a2e7fc362014a05960c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 15 Nov 2023 01:52:39 +0100 Subject: [PATCH] Set Node.js requirement in package.json engines to >=18.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50dd832..104c59c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "test": "rimraf -g \"*.log\" \"test/*/*-copy\" && eslint . && npm run prettier-check && mocha" }, "engines": { - "node": ">=12" + "node": ">=18.3" }, "husky": { "hooks": {