Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot needs updating to be deployed #205

Closed
nzakas opened this issue Mar 28, 2024 · 1 comment · Fixed by #208
Closed

Bot needs updating to be deployed #205

nzakas opened this issue Mar 28, 2024 · 1 comment · Fixed by #208

Comments

@nzakas
Copy link
Member

nzakas commented Mar 28, 2024

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:

  1. Ensure we're using Node.js 20 or higher throughout the CI and server
  2. Upgrade any dependencies that don't work in Node.js 20+
  3. Ensure CI testing works properly
@aladdin-add
Copy link
Member

I can take it. 😄

@aladdin-add aladdin-add self-assigned this Mar 29, 2024
aladdin-add added a commit that referenced this issue May 17, 2024
it reverts the following commits:
* 76601d6
* 9c480a2
* 4a5cccd

it reopen the issue: #205

fixes #212
aladdin-add added a commit that referenced this issue May 17, 2024
it reverts the following commits:
* 76601d6
* 9c480a2
* 4a5cccd

it reopens the issue: #205

fixes #212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Complete
Development

Successfully merging a pull request may close this issue.

2 participants