Skip to content

Commit

Permalink
Merge pull request #172 from MikeMcC399/update/eslint-to-7
Browse files Browse the repository at this point in the history
chore(deps): update eslint to 7.32.0
  • Loading branch information
jennifer-shehane authored Apr 17, 2024
2 parents 08f2332 + 00f0096 commit 72b5124
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 72b5124

Please sign in to comment.