Skip to content

Commit

Permalink
Drop support for Node.js v8 (no longer maintained)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed May 8, 2020
1 parent 50b8597 commit 027eabb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
lint:
docker:
- image: circleci/node:8
- image: circleci/node:10
steps:
- checkout
- restore_cache:
Expand All @@ -21,7 +21,7 @@ jobs:
command: npm run lint
test:
docker:
- image: circleci/node:8
- image: circleci/node:10
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"release-it": "^12.6.1"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 027eabb

Please sign in to comment.