Skip to content

Commit

Permalink
Merge pull request #938 from bmish/drop-node-13-support
Browse files Browse the repository at this point in the history
Drop Node 13 support
  • Loading branch information
bmish authored Sep 7, 2020
2 parents 2e0ad54 + f76acab commit 92b4a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## ❗️Requirements

- [ESLint](https://eslint.org/) `>= 5`
- [Node.js](https://nodejs.org/) `10.* || >= 12`
- [Node.js](https://nodejs.org/) `10.* || 12.* || >= 14`

## 🚀 Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"rules"
],
"engines": {
"node": "10.* || >= 12"
"node": "10.* || 12.* || >= 14"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 92b4a98

Please sign in to comment.