Skip to content

Commit 911a444

Browse files
committed
package,readme: bump minimum node version requirement to v10
1 parent 3bbd52a commit 911a444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple [node.js](https://nodejs.org) binding to [cpu_features](https://github.
88
Requirements
99
============
1010

11-
* [node.js](http://nodejs.org/) -- v8.0.0 or newer
11+
* [node.js](http://nodejs.org/) -- v10.0.0 or newer
1212
* An appropriate build environment -- see [node-gyp's documentation](https://github.com/nodejs/node-gyp/blob/master/README.md)
1313

1414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:fix": "npm run lint -- --fix"
2020
},
2121
"engines": {
22-
"node": ">=8.0.0"
22+
"node": ">=10.0.0"
2323
},
2424
"keywords": [
2525
"cpu",

0 commit comments

Comments
 (0)