Skip to content

Commit ced5f2d

Browse files
committed
change node version
1 parent 947bb2e commit ced5f2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![standard](https://img.shields.io/badge/code_style-standard-brightgreen.svg)
88
![standard](https://img.shields.io/badge/license-MIT-brightgreen.svg)
9-
![node](https://img.shields.io/badge/node_version->=7-brightgreen.svg)
9+
![node](https://img.shields.io/badge/node_version->=8-brightgreen.svg)
1010

1111

1212
1. [Introduction](#introduction)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"standard": "^12.0.1"
4646
},
4747
"engines": {
48-
"node": ">= 7"
48+
"node": ">= 8"
4949
}
5050
}

0 commit comments

Comments
 (0)