Skip to content

Commit 629f146

Browse files
Merge pull request #165 from MikeMcC399/remove/eslint-4-tests
test: drop testing of ESLint 4
2 parents e22cfa0 + 4811303 commit 629f146

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

circle.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ workflows:
55
main:
66
jobs:
77
- lint
8-
- test-v4
98
- test-v5
109
- test-v6
1110
- release:
1211
requires:
1312
- lint
14-
- test-v4
1513
- test-v5
1614
- test-v6
1715
filters:
@@ -32,21 +30,6 @@ jobs:
3230
name: Lint code
3331
command: npm run lint
3432

35-
test-v4:
36-
docker:
37-
- image: cimg/node:20.12.2
38-
steps:
39-
- checkout
40-
- run:
41-
name: Install dependencies
42-
command: npm ci
43-
- run:
44-
name: Install ESLint 4
45-
command: npm install eslint@4
46-
- run:
47-
name: Test ESLint 4
48-
command: npm test
49-
5033
test-v5:
5134
docker:
5235
- image: cimg/node:20.12.2

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"semantic-release": "semantic-release",
4545
"start": "yarn run test-watch",
4646
"test": "jest",
47-
"test:v4": "npm i [email protected] && npm run test",
4847
"test:v6": "npm i [email protected] && npm run test",
4948
"test-watch": "jest --watchAll",
5049
"prepare": "husky install"

0 commit comments

Comments
 (0)