Skip to content

Commit

Permalink
Update: Drop Node 10 from generated plugin template (#83)
Browse files Browse the repository at this point in the history
We now support Node 12, 14, 16+.

* Node 10 end-of-life 2021-04-30
* Node 13 end-of-life 2020-06-01
* Node 15 end-of-life 2021-06-01

https://nodejs.org/en/about/releases/
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md
https://en.wikipedia.org/wiki/Node.js#Releases
  • Loading branch information
bmish committed Jul 2, 2021
1 parent 3098c58 commit f761f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/templates/_package.json
Expand Up @@ -20,7 +20,7 @@
"mocha": "^9.0.0"
},
"engines": {
"node": ">=0.10.0"
"node": "12.x || 14.x || >= 16"
},
"peerDependencies": {
"eslint": ">=6"
Expand Down

0 comments on commit f761f7e

Please sign in to comment.