This is an automated email from the ASF dual-hosted git repository. glynnbird pushed a commit to branch 10.1.0 in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
commit ea2a5082725ac0f5cd19367d6b149ad0cb67cffe Author: Glynn Bird <[email protected]> AuthorDate: Thu Nov 3 11:10:41 2022 +0000 set minimum node version to 14 - just to keep up with progress (18 is current LTS) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb1495f..114ddf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "typescript": "^4.8.4" }, "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 3aec989..285eb36 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "main": "./lib/nano.js", "types": "./lib/nano.d.ts", "engines": { - "node": ">=10" + "node": ">=14" }, "pre-commit": [ "test"
