zachleat / zachleat.com

zachleat.com is powered by Eleventy and WebC.

Home Page:http://www.zachleat.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Minimum NodeJS required for your repo?

inetbiz opened this issue · comments

package.json has

"engines": {
    "node": "14"
 }

I'm practicing on replit.com. The template version is 14.17.1. Can you switch that to

"engines": {
  "node": ">= 14.17.1"
}

Might make it future-proof? Source: https://www.marcusoft.net/2015/03/packagejson-and-engines-and-enginestrict.html

Fixed, thanks!