We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbd52a commit 911a444Copy full SHA for 911a444
README.md
@@ -8,7 +8,7 @@ A simple [node.js](https://nodejs.org) binding to [cpu_features](https://github.
8
Requirements
9
============
10
11
-* [node.js](http://nodejs.org/) -- v8.0.0 or newer
+* [node.js](http://nodejs.org/) -- v10.0.0 or newer
12
* An appropriate build environment -- see [node-gyp's documentation](https://github.com/nodejs/node-gyp/blob/master/README.md)
13
14
package.json
@@ -19,7 +19,7 @@
19
"lint:fix": "npm run lint -- --fix"
20
},
21
"engines": {
22
- "node": ">=8.0.0"
+ "node": ">=10.0.0"
23
24
"keywords": [
25
"cpu",
0 commit comments