From f4b9265e8df2e8c7fb17ad73cbf7944587c5d4cb Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Tue, 18 Jan 2022 17:52:40 -0700 Subject: [PATCH] Node.js package.json Engine --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07f8f43..c4f931c 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "extends": "@redwoodjs/eslint-config" }, "engines": { - "node": ">=14.x <=16.x", + "node": ">=14.17 <=16.x", "yarn": ">=1.15" }, "prisma": { "seed": "yarn rw exec seed" } -} \ No newline at end of file +}