From d1b127abab657ba3080376ef33418aa493b59461 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 24 Jul 2024 20:21:08 +0200 Subject: [PATCH] chore: set min node version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d25bf58..584136b 100755 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "repository": "git://github.com/hapijs/nes", "main": "lib/index.js", "types": "lib/index.d.ts", + "engines": { + "node": ">=18.0.0" + }, "files": [ "lib" ],