Skip to content

Commit

Permalink
Update Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2020
1 parent c7b3d04 commit 104c9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
test:
docker:
- image: circleci/node:10.16.3
- image: circleci/node:10.19.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.16.3
10.19.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "🃏 Jest import resolution plugin for eslint-plugin-import",
"engines": {
"node": ">=10.0.0"
"node": ">=v10.19.0"
},
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 104c9fa

Please sign in to comment.