diff --git a/.circleci/config.yml b/.circleci/config.yml index 93e49fd..f0c41b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,8 @@ version: 2 jobs: build: - docker: ## Should be node version 6.4 but it does not exist as a cicleci image - - image: circleci/node:6.10 + docker: + - image: circleci/node:8.17 steps: - checkout - run: echo "Starting..." @@ -18,4 +18,4 @@ jobs: - run: name: test command: npm test - - run: echo "Done!" \ No newline at end of file + - run: echo "Done!" diff --git a/package.json b/package.json index 70c2f6e..48ca536 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "examples": "node examples/index || true" }, "engines": { - "node": ">=6.4.0" + "node": ">=8.17.0" }, "author": { "name": "Ståle Raknes",