eslint-github-bot
eslint-github-bot copied to clipboard
Bot needs updating to be deployed
trafficstars
The last deploy failed, apparently because we're still using Node.js 16.
I tried manually updating everything to use Node.js 20, but that causes all kinds of errors in the CI tests.
As best I can tell, we need to:
- Ensure we're using Node.js 20 or higher throughout the CI and server
- Upgrade any dependencies that don't work in Node.js 20+
- Ensure CI testing works properly
I can take it. 😄