Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2022-10-28 15:27:16 +0300
committerGitHub <noreply@github.com>2022-10-28 15:27:16 +0300
commitfca48ee5411382848862af367f8d249380a5ace0 (patch)
treef06ecf92f371b41397f3d32340b8c80e8ec119d5
parent7ef22f726bed2dfaa6f29ad633955f59db6a9022 (diff)
chore: require Node.js 14
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a51d10b..5d7fe26 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"utp-native": "^2.5.3"
},
"engines": {
- "node": ">=12"
+ "node": ">=14"
},
"funding": [
{