We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08f2332 + 00f0096 commit 72b5124Copy full SHA for 72b5124
circle.yml
@@ -7,11 +7,13 @@ workflows:
7
- lint
8
- test-v5
9
- test-v6
10
+ - test-v7
11
- release:
12
requires:
13
14
15
16
17
filters:
18
branches:
19
only:
@@ -60,6 +62,21 @@ jobs:
60
62
name: Test ESLint 6
61
63
command: npm test
64
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
74
+ name: Install ESLint 7
75
+ command: npm install eslint@7
76
77
+ name: Test ESLint 7
78
+ command: npm test
79
+
80
release:
81
docker:
82
- image: cimg/node:20.12.2
0 commit comments