Skip to content

Commit

Permalink
Bump more versions, use new reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GAsplund committed Nov 6, 2024
1 parent 9f2fef2 commit bd08b29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{ env.WORKFLOW_NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.WORKFLOW_NODE_VERSION }}

Expand All @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ env.WORKFLOW_NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.WORKFLOW_NODE_VERSION }}

Expand All @@ -55,7 +55,7 @@ jobs:
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
reporter: github-pr-annotations
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
tool_name: ESLint
Expand All @@ -64,7 +64,7 @@ jobs:
uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
reporter: github-pr-annotations
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
tool_name: Prettier

0 comments on commit bd08b29

Please sign in to comment.