Skip to content

Commit

Permalink
Breaking: drop support for Node <10
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Aug 10, 2020
1 parent 60eb528 commit 501e5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 13.x, 12.x, 10.x, 8.x]
node: [14.x, 13.x, 12.x, 10.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ESLint Release Tools",
"main": "./lib/release-ops",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"bin": {
"eslint-generate-release": "./bin/eslint-generate-release.js",
Expand Down

0 comments on commit 501e5db

Please sign in to comment.