JamieMason / eslint-plugin-prefer-arrow-functions

Auto-fix plain Functions into Arrow Functions, in all cases where conversion would result in the same behaviour
https://www.npmjs.com/package/eslint-plugin-prefer-arrow-functions
MIT License
43 stars 11 forks source link

fix(ci): Upgrade Node from 16.x to 18.x #41

Open andersk opened 3 weeks ago

andersk commented 3 weeks ago

16.x reached end of life in September and our dependencies no longer support it.

(This PR appears as if it’s failing because it’s running the broken copy of the GitHub Actions job from main, not the fixed copy from this PR, due to unnecessary use of pull_request_target.)