Skip to content

Commit

Permalink
chore(deps): update eslint to 7.32.0
Browse files Browse the repository at this point in the history
Add ESLint 7 to CircleCI tests
  • Loading branch information
MikeMcC399 committed Apr 17, 2024
1 parent 08f2332 commit 00f0096
Show file tree
Hide file tree
Showing 3 changed files with 1,061 additions and 1,643 deletions.
17 changes: 17 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ workflows:
- lint
- test-v5
- test-v6
- test-v7
- release:
requires:
- lint
- test-v5
- test-v6
- test-v7
filters:
branches:
only:
Expand Down Expand Up @@ -60,6 +62,21 @@ jobs:
name: Test ESLint 6
command: npm test

test-v7:
docker:
- image: cimg/node:20.12.2
steps:
- checkout
- run:
name: Install dependencies
command: npm ci
- run:
name: Install ESLint 7
command: npm install eslint@7
- run:
name: Test ESLint 7
command: npm test

release:
docker:
- image: cimg/node:20.12.2
Expand Down
Loading

0 comments on commit 00f0096

Please sign in to comment.