Skip to content

Commit 00f0096

Browse files
committed
chore(deps): update eslint to 7.32.0
Add ESLint 7 to CircleCI tests
1 parent 08f2332 commit 00f0096

File tree

3 files changed

+1061
-1643
lines changed

3 files changed

+1061
-1643
lines changed

circle.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ workflows:
77
- lint
88
- test-v5
99
- test-v6
10+
- test-v7
1011
- release:
1112
requires:
1213
- lint
1314
- test-v5
1415
- test-v6
16+
- test-v7
1517
filters:
1618
branches:
1719
only:
@@ -60,6 +62,21 @@ jobs:
6062
name: Test ESLint 6
6163
command: npm test
6264

65+
test-v7:
66+
docker:
67+
- image: cimg/node:20.12.2
68+
steps:
69+
- checkout
70+
- run:
71+
name: Install dependencies
72+
command: npm ci
73+
- run:
74+
name: Install ESLint 7
75+
command: npm install eslint@7
76+
- run:
77+
name: Test ESLint 7
78+
command: npm test
79+
6380
release:
6481
docker:
6582
- image: cimg/node:20.12.2

0 commit comments

Comments
 (0)