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

Support for node 19 #3633

Closed
dianaDBB opened this issue Apr 3, 2023 · 0 comments · Fixed by #3634
Closed

Support for node 19 #3633

dianaDBB opened this issue Apr 3, 2023 · 0 comments · Fixed by #3634

Comments

@dianaDBB
Copy link

dianaDBB commented Apr 3, 2023

Use CodeceptJS on node 19

Impossible to use CodecepJS on node 19

Details

  • CodeceptJS version: 3.3.6
  • NodeJS Version: 19
  • CodeceptJS Docker Image: sha256

Latests CodeceptJS docker images uses Ubuntu 18.04 LTS which cannot be used with node 19.

When using node 19 and we try to install, we get the error:

node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)

The issue with glibc is better described here:
https://stackoverflow.com/questions/74836873/glibc-2-28-not-found

So, can you please create a new image that is compatible with node 19?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant