Skip to content

Commit

Permalink
Support Node.js v8.10+.
Browse files Browse the repository at this point in the history
We have to match what ESLint now supports.
  • Loading branch information
jaydenseric committed Nov 18, 2019
1 parent 04ecd4e commit ef337c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ['8.5', '8', '10', '12']
node: ['8', '10', '12']
steps:
- uses: actions/checkout@v1
- name: Setup Node.js v${{ matrix.node }}
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,10 @@

## Next

### Major

- Updated Node.js support from v8.5+ to v8.10+, to match what the [`eslint`](https://npm.im/eslint) dev dependency now supports. This is unlikely to be a breaking change for the published package.

### Patch

- Updated dev dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint": "^6.6.0",
"eslint-config-env": "^11.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit ef337c8

Please sign in to comment.