Skip to content

Commit

Permalink
changed .vercel..runtime nodejs18 to nodejs16
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopelezz committed Aug 13, 2022
1 parent b73c343 commit 5142d2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Expose Astro dependencies for `pnpm` users
shamefully-hoist=true
engine-strict=true
shamefully-hoist=true
2 changes: 1 addition & 1 deletion .vercel/output/functions/render.func/.vc-config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"runtime":"nodejs18.x","handler":"entry.js","launcherType":"Nodejs"}
{"runtime":"nodejs16.x","handler":"entry.js","launcherType":"Nodejs"}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@
"preact": "^10.7.3",
"reading-time": "^1.5.0",
"scss": "^0.2.4"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit 5142d2d

Please sign in to comment.