summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-16 15:08:29 +0200
committerJoas Schilling <coding@schilljs.com>2021-06-16 15:08:29 +0200
commitbe9637c5f02833b88f2d9fb9bfc241a715ae97a9 (patch)
treef8e73db06626252ff2fbd2ce5588eb7beabf957c
parent3fd315b5ae4c6cfbca1f842d7e08ff0e4ded25e9 (diff)
Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa5f9e8c..fdb79103 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,8 @@
"not ie <= 11"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",