Skip to content

Commit

Permalink
Try pinning eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeichestakov committed Jun 15, 2024
1 parent 1b6a83c commit 08897fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install all packages
run: pnpm install
- name: Run eslint
run: pnpx eslint ./ --max-warnings 0
run: pnpx eslint@8.57.0 ./ --max-warnings 0

build:
name: Build packages
Expand Down

0 comments on commit 08897fc

Please sign in to comment.