Skip to content

Commit

Permalink
Update to latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Jan 3, 2020
1 parent ae9ceda commit 3d03790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ references:
jobs:
build:
docker:
- image: circleci/node:12.13.1
- image: circleci/node:12.14.0
shell: /bin/bash --login
working_directory: ~/simplenote
steps:
Expand All @@ -50,7 +50,7 @@ jobs:

linux:
docker:
- image: circleci/node:12.13.1
- image: circleci/node:12.14.0
working_directory: ~/simplenote
steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"url": "git://github.com/Automattic/simplenote-electron.git"
},
"engines": {
"node": ">= 12.13.0",
"npm": ">= 6.12.0"
"node": ">= 12.14.0",
"npm": ">= 6.13.4"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 3d03790

Please sign in to comment.