Skip to content

Commit

Permalink
Require latest node lts (12) (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee authored Jun 3, 2020
1 parent 8d17543 commit 041d3ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## 2.0.0 (2020-06-03)

* Drop support for node 4,5,6,7,8,9,10,11.

## 1.3.0 (2017-08-15)

* Support URLs in the `--labels` flag
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Table Of Contents
Requirements
------------

You'll need [Node.js][node] 4+ installed to run GitHub Label Sync. You'll also need a GitHub access token ready so that the the tool will have access to your repositories. You can [generate an access token here][access-tokens], be sure to allow the "repo" scope.
You'll need [Node.js][node] 12+ installed to run GitHub Label Sync. You'll also need a GitHub access token ready so that the the tool will have access to your repositories. You can [generate an access token here][access-tokens], be sure to allow the "repo" scope.


Command-Line Interface
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sinon-as-promised": "^4"
},
"engines": {
"node": ">=4"
"node": ">=12"
},
"scripts": {
"test": "npm run lint && npm run test-coverage",
Expand Down

0 comments on commit 041d3ab

Please sign in to comment.