Skip to content

Commit

Permalink
[Breaking] Increase requirement of Node.js to 10.0.0, Node.js v8 no…
Browse files Browse the repository at this point in the history
…w is not supported, this is related with security isssues above. Please let me know if it still required.
  • Loading branch information
alexprey committed Aug 8, 2020
1 parent f309fdc commit 9ffa473
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Update `espree` to `7.2.0`
- Update `htmlparser2` to `3.9.2`
- Add dependency to `eslint` to fix issues after upgrading to new versions
- [Braking] Increase requirement of Node.js to `10.0.0`, Node.js v8 now is not supported, this is related with security isssues above. Please let me know if it still required.

## [2.3.4] 10.12.2019

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"mocha": "8.1.1"
},
"engines": {
"node": ">=6.11.2"
"node": ">=10.0.0"
}
}

0 comments on commit 9ffa473

Please sign in to comment.