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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: drop testing of ESLint 4 #165

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions circle.yml
Expand Up @@ -5,13 +5,11 @@ workflows:
main:
jobs:
- lint
- test-v4
- test-v5
- test-v6
- release:
requires:
- lint
- test-v4
- test-v5
- test-v6
filters:
Expand All @@ -32,21 +30,6 @@ jobs:
name: Lint code
command: npm run lint

test-v4:
docker:
- image: cimg/node:20.12.2
steps:
- checkout
- run:
name: Install dependencies
command: npm ci
- run:
name: Install ESLint 4
command: npm install eslint@4
- run:
name: Test ESLint 4
command: npm test

test-v5:
docker:
- image: cimg/node:20.12.2
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,6 @@
"semantic-release": "semantic-release",
"start": "yarn run test-watch",
"test": "jest",
"test:v4": "npm i eslint@4.x && npm run test",
"test:v6": "npm i eslint@6.x && npm run test",
"test-watch": "jest --watchAll",
"prepare": "husky install"
Expand Down