Skip to content

Commit

Permalink
Trying to resolve npm issue
Browse files Browse the repository at this point in the history
eslint does not appear to support node v14, so updating to resolve.
Removing postInstall based on previous PR
  • Loading branch information
bbyars committed Oct 9, 2022
1 parent eaf45b4 commit ff5868f
Show file tree
Hide file tree
Showing 5 changed files with 6,383 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node-maintenance:
docker:
- image: circleci/node:14-stretch
- image: cimg/node:lts # eslint stopped supporting v14
environment:
- MB_SLOW_TEST_TIMEOUT: 10000
node-active:
Expand Down

0 comments on commit ff5868f

Please sign in to comment.