Skip to content

Commit

Permalink
upgrade to node 10 and npm 6
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbey committed Oct 17, 2018
1 parent bf97f0b commit f7c1706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:6.11
- image: circleci/node:10
environment:
CC_TEST_REPORTER_ID: 4c0674ab7fa1efa186ac5998f89136640d924fabcc0b99ed764bd9fc85043b97
steps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,8 +37,8 @@
"nyc": "^11.1.0"
},
"engines": {
"node": "~6.x.x",
"npm": "~3.x.x"
"node": "10.x.x",
"npm": "6.x.x"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit f7c1706

Please sign in to comment.