From 6e136e961f8cb94ee0942eb64b6383adf9f16046 Mon Sep 17 00:00:00 2001 From: morriq Date: Tue, 18 Feb 2020 12:50:30 +0100 Subject: [PATCH] (breaking): drop support for nodejs 8 --- .travis.yml | 10 +++------- package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index acb0e6f..c556887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,22 +18,18 @@ jobs: - stage: lint node_js: 12 script: yarn run lint - - stage: test - node_js: 8 - script: - - yarn run test - stage: test node_js: 10 - script: + script: - yarn run test - stage: test node_js: 12 - script: + script: - yarn run test - yarn run test:frontend:hooks - stage: test node_js: node - script: + script: - yarn run test - stage: test:frontend node_js: node diff --git a/package.json b/package.json index dbcd8af..34f77f7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test" ], "engines": { - "node": ">8.0.0" + "node": ">10.0.0" }, "repository": { "type": "git",