reviewdog / action-stylelint

Run stylelint with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
46 stars 24 forks source link

Node 12 SyntaxError #120

Closed MatusBoa closed 5 months ago

MatusBoa commented 5 months ago

Hello,

i tried to run this action on self-hosted ARM64 runner with Node 12 installed.

After run, got this error

image

I read something about optional chaining and discovered, it is not supported in node 12.

Are there any plans to support node 12 in this action ?

Thanks.

shogo82148 commented 5 months ago

No. Node.js 12 has already ended its life.

https://endoflife.date/nodejs

image

Please use Node.js 18 or 20.