Skip to content

Commit ccb85cc

Browse files
committed
Pin ES lint to older version since the newer version seems incompatible with Node 16
1 parent 08da699 commit ccb85cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ save_cache_settings: &save_cache_settings
4444
running_yarn_eslint: &running_yarn_eslint
4545
name: Running Yarn eslint
4646
command: |
47-
yarn add eslint -g
47+
yarn add eslint@8.57.0 -g
4848
yarn lint
4949
5050
running_yarn_build: &running_yarn_build

0 commit comments

Comments
 (0)