Skip to content

Commit

Permalink
ci(test): require node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 8 is no longer supported
  • Loading branch information
trieloff committed Dec 11, 2019
1 parent 4a37164 commit ba4a947
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
- image: circleci/node:10

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
publish:
docker:
# specify the version you desire here
- image: circleci/node:8
- image: circleci/node:10

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
out/
junit

# ide files
.project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"semantic-release": "^15.13.20"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba4a947

Please sign in to comment.