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 +}