Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support ESLint 8.x #295

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: Update CI
MichaelDeBoey committed Jun 9, 2021
commit de3948a9fcca8f2d051260c76d3ecf3641650185
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ jobs:
node: [14]
include:
# On other platforms
# - eslint: 7
# node: 14
# os: windows-latest
- eslint: 7
node: 14
os: windows-latest
- eslint: 7
node: 14
os: macos-latest
@@ -53,7 +53,7 @@ jobs:
node: 14
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 5
- eslint: 5.16.0
node: 8.10.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}