Skip to content

Commit

Permalink
deps!: increase "engines" to "node" : "^12.22 || ^14.13 || >=16" (#2601)
Browse files Browse the repository at this point in the history
Makes npm warn users if they are using an unsupported Node version.
  • Loading branch information
wraithgar committed Jan 31, 2022
1 parent e069f13 commit 6562f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"which": "^2.0.2"
},
"engines": {
"node": ">= 10.12.0"
"node": "^12.22 || ^14.13 || >=16"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit 6562f92

Please sign in to comment.