From 5142d2dfe7f94eebb1ddc3c094ac176de2022d08 Mon Sep 17 00:00:00 2001 From: Hopelezz <72772558+Hopelezz@users.noreply.github.com> Date: Sat, 13 Aug 2022 17:35:19 -0500 Subject: [PATCH] changed .vercel..runtime nodejs18 to nodejs16 --- .npmrc | 3 +-- .vercel/output/functions/render.func/.vc-config.json | 2 +- package.json | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.npmrc b/.npmrc index 7ffc7e7..999db39 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ # Expose Astro dependencies for `pnpm` users -shamefully-hoist=true -engine-strict=true +shamefully-hoist=true \ No newline at end of file diff --git a/.vercel/output/functions/render.func/.vc-config.json b/.vercel/output/functions/render.func/.vc-config.json index 6f9a4ef..3205df0 100644 --- a/.vercel/output/functions/render.func/.vc-config.json +++ b/.vercel/output/functions/render.func/.vc-config.json @@ -1 +1 @@ -{"runtime":"nodejs18.x","handler":"entry.js","launcherType":"Nodejs"} \ No newline at end of file +{"runtime":"nodejs16.x","handler":"entry.js","launcherType":"Nodejs"} \ No newline at end of file diff --git a/package.json b/package.json index 4c1ab2a..f1dc50f 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,5 @@ "preact": "^10.7.3", "reading-time": "^1.5.0", "scss": "^0.2.4" - }, - "engines": { - "node": ">=14" } }