Skip to content

Commit

Permalink
Update node version in package.json and sync with circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
javve committed Dec 16, 2018
1 parent 6dd73c0 commit 4ff8c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circle/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10
- image: circleci/node:6.15
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 @@ -34,7 +34,7 @@
},
"main": "src/index",
"engines": {
"node": ">= 0.10.21"
"node": "^6.15"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 4ff8c46

Please sign in to comment.