From ca641a919b02939430192db972a0d84057a6f90c Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Tue, 22 Oct 2024 16:08:59 +0200 Subject: [PATCH] chore: report node 18+ support (#1081) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 120a22d5..3d1cff57 100755 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "repository": "git://github.com/hapijs/lab", "main": "lib/index.js", "types": "lib/index.d.ts", + "engines": { + "node": ">=18" + }, "keywords": [ "test", "runner"