From 58a982495173d771ad309f342a45a7037fd8ad2d Mon Sep 17 00:00:00 2001 From: M-Scott-Lassiter Date: Thu, 2 Jun 2022 14:30:11 -0700 Subject: [PATCH] build(package): upgrade min required Node version to 16 The test suite kept failing on v14. I am unsure why, but I am bumping the minimum version required up to 16. This is not that recent of a change, and is not worth delving into which aspect in particular is cauing the compatibility issues. --- docs/index.html | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index e7f06bd..db31a54 100644 --- a/docs/index.html +++ b/docs/index.html @@ -391,6 +391,11 @@

jest-geojson

+
  • + Node and Operating System Support Policy +
  • License and Development
  • Contact
  • diff --git a/package.json b/package.json index 44c15a6..52ff340 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "jest": ">=24.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" }, "release": { "extends": "@m-scott-lassiter/semantic-release-github-npm-config"