diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index b53e7fa8..9c1046aa 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: true - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@1.2.0 + uses: ataylorme/eslint-annotate-action@2.2.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" report-json: "./artifacts/eslint_report.json"