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",