From 64a81b3ef65218afef59b44bae73045d2c0a4df0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 26 Apr 2018 13:58:00 +0000 Subject: [PATCH 1/3] Update to node 10 in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 88a8dbe..ec20cb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: node_js node_js: - 6 + - 10 From a6ad5d62f219f260b802fc02357b6e6b9003d8e1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 26 Apr 2018 13:58:03 +0000 Subject: [PATCH 2/3] Update engines to node 10 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d158560..6fa19ec 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ } ], "engines": { - "node": "6.9.1" + "node": "10" }, "bugs": { "url": "https://github.com/billchurch/WebSSH2/issues" From 567f4f433f3b06311b70330c042d7cde65cd29aa Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 10 May 2018 15:27:09 -0400 Subject: [PATCH 3/3] keeping package.json at 6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa19ec..615f712 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ } ], "engines": { - "node": "10" + "node": "6" }, "bugs": { "url": "https://github.com/billchurch/WebSSH2/issues"