Skip to content

Commit

Permalink
fix: downgrade eslint-remote-tester + action
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongregoryscott committed Jul 19, 2024
1 parent 4a31640 commit 473761f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: yalc publish --no-scripts
- run: yalc add eslint-plugin-collation

- uses: AriPerkkio/eslint-remote-tester-run-action@v5
- uses: AriPerkkio/eslint-remote-tester-run-action@v4
with:
issue-title: "Results of scheduled smoke test"
eslint-remote-tester-config: eslint-remote-tester.config.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-collation": "1.4.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-remote-tester": "4.0.0",
"eslint-remote-tester": "3.0.1",
"eslint-remote-tester-repositories": "2.0.0",
"husky": "7.0.4",
"jest": "28.1.0",
Expand Down

0 comments on commit 473761f

Please sign in to comment.