Skip to content

Commit

Permalink
Update Node.js (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and puncsky committed May 31, 2019
1 parent 6352b7d commit ed1a1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: "circleci/node:10.15.3-browsers"
- image: "circleci/node:10.16.0-browsers"
steps:
- checkout
# Download and cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"validator": "10.11.0"
},
"engines": {
"node": "10.15.3",
"node": "10.16.0",
"npm": "6.9.0"
},
"private": true
Expand Down

0 comments on commit ed1a1d5

Please sign in to comment.