From 65aba89dd5340fd0cc836e0c71db38225c421f9e Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 31 Jul 2024 20:14:12 -0700 Subject: [PATCH] chore: add `engines.node` to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e6b901e..1eb80f7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "main": "dist/index.js", "author": "Samuel Attard", "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, "scripts": { "build": "tsc", "prepublishOnly": "npx yarn build",