Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Oct 4, 2022
1 parent d0cf46e commit d98b338
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ jobs:
name: Test ESLint 6
command: npm run test:v6

test-v7:
docker:
- image: circleci/node:14
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Test ESLint 7
command: npm run test:v7

release:
docker:
- image: circleci/node:14
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"test:v4": "npm i eslint@4.x && npm run test",
"test:v5": "npm i eslint@5.x && npm run test",
"test:v6": "npm i eslint@6.x && npm run test",
"test:v7": "npm i eslint@7.x && npm run test",
"test-watch": "jest --watchAll"
},
"jest": {
Expand Down

0 comments on commit d98b338

Please sign in to comment.