From 8645d431ba6728116f6ab5ca08917d13db843af2 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Thu, 7 Jan 2021 16:11:48 +0100 Subject: [PATCH] Pin to v14 lts of node Due to the following bug in v15 https://github.com/hapijs/hapi/issues/4208 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ef710f..6ef9d83 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "prisma:generate": "prisma generate" }, "engines": { - "node": ">=14.0.0" + "node": "14.x" } }