From f176609c951b8aad9a94f6d0b3260513b830cad3 Mon Sep 17 00:00:00 2001 From: Kam Lasater Date: Tue, 29 Nov 2022 21:42:21 -0500 Subject: [PATCH] fix: add engines of >=14.20.0 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4f2a510..8a2be15 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "Mike Korostelev (https://github.com/korostelevm)", "Kam Lasater (https://github.com/seekayel)" ], + "engines": { + "node": ">=14.20.0" + }, "license": "MIT", "bugs": { "url": "https://github.com/cyclic-software/session-store/issues"