Skip to content

Commit

Permalink
test: drop testing of ESLint 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 17, 2024
1 parent e22cfa0 commit 4811303
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
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

0 comments on commit 4811303

Please sign in to comment.