diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-02-27 03:17:16 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-02-27 03:17:16 +0300 |
commit | abec331e4ee02fa2921d111f450763aeb41bf43a (patch) | |
tree | 1612ef4927656377f81156a663b0ce58d3765899 | |
parent | 318fd45626a8b4203259c065f40c140dd8b47e2d (diff) |
package.json: add nodejs version requirement
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 049fbd0..dd7bd58 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "darwin", "linux" ], + "engines": { + "node": ">=14.0" + }, "dependencies": { "ini": "^2.0.0", "lodash": "^4.17.21", |