feat: update minimum node.js requirement

This commit is contained in:
Travis Fischer
2022-04-01 00:04:27 -04:00
parent 037b57ca49
commit 96d6467e1c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"repository": "transitive-bullshit/nextjs-notion-starter-kit",
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=14.17"
},
"scripts": {
"dev": "next dev",

View File

@@ -39,6 +39,8 @@ It uses Notion as a CMS, [react-notion-x](https://github.com/NotionX/react-notio
**All config is defined in [site.config.js](./site.config.js).**
This project requires a recent version of Node.js (>= 14.17).
1. Fork / clone this repo
2. Change a few values in [site.config.js](./site.config.js)
3. `npm install`