Skip to content

Commit

Permalink
feat: drop support for node 8 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Jan 13, 2020
1 parent be0740d commit ca7f6b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"url": "https://github.com/readmeio/rdme/issues"
},
"main": "index.js",
"engines": {
"node": ">=10"
},
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.1.2",
Expand Down

0 comments on commit ca7f6b3

Please sign in to comment.