reviewdog / action-eslint

Run eslint with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
237 stars 63 forks source link

Cannot running eslint with v1.18.0 #162

Closed kdevkr closed 1 year ago

kdevkr commented 1 year ago

Actions Env

Version: v1.18.0 ESLint Version: 6.14.16 Node Version: actions/setup-node@v2 with 12 Reviewdog Version: v0.14.1

Screenshot

image

image

yshrsmz commented 1 year ago

This could be a difference between npx versions. npx is completely re-written in npm v7, so behavior can be different.

I'm not sure which npx version is bundled in Node12, but as Node12 is considered legacy, I suggest you migrate to Node16 or later(or stick to action-eslint 1.17.0 for now).