From e2ee9e3276f697ba46ae61174f26459af9a5474f Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 29 Jun 2023 13:52:26 +0530 Subject: [PATCH] chore: add engines to package.json file --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e0adc2e..7dc8906 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ ".": "./build/index.js", "./types": "./build/src/types.js" }, + "engines": { + "node": ">=18.16.0" + }, "scripts": { "pretest": "npm run lint", "test": "c8 npm run quick:test",