Skip to content

Commit 5c72366

Browse files
authored
Merge pull request #78 from WordPress/bump-node-lts
Bump minimum NodeJS version to LTS v10.x
2 parents 38dab51 + 963b67d commit 5c72366

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- '8'
44
- '9'
55
- '10'
6-
- 'node'
6+
- '11'
7+
- '12'
78
before_install:
89
- npm install -g grunt-cli

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"main": "Gruntfile.js",
2020
"engines": {
21-
"node": ">= 8.9.3"
21+
"node": ">= 10"
2222
},
2323
"scripts": {
2424
"test": "jest",

0 commit comments

Comments
 (0)