Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit f3dfe7f

Browse files
Update min node version to 4. 0.12 is no longer supported.
1 parent c21f550 commit f3dfe7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- '7'
44
- '6'
5-
- '0.12'
5+
- '4'
66
branches:
77
only:
88
- master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"pretest": "./build_compiler.js"
5757
},
5858
"engines": {
59-
"node": ">=0.12.0"
59+
"node": ">=4"
6060
}
6161
}

0 commit comments

Comments
 (0)