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

feat: bump node to 18 #613

Merged
merged 1 commit into from
Sep 18, 2023
Merged

feat: bump node to 18 #613

merged 1 commit into from
Sep 18, 2023

Conversation

soedirgo
Copy link
Member

@soedirgo soedirgo commented Sep 17, 2023

Node 16 has been EOL'd as of 2023-09-11

@soedirgo soedirgo requested review from a team as code owners September 17, 2023 09:41
Comment on lines -8 to +9
# Must match glibc verison in node:16-bullseye
runs-on: ubuntu-20.04
# Must match glibc verison in node:18
runs-on: ubuntu-22.04
Copy link
Member Author

@soedirgo soedirgo Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know how to test this, but:

  • ubuntu-20.04 uses glibc 2.31
  • ubuntu 22.04 uses glibc 2.35
  • node:16-bullseye uses glibc 2.31
  • node:18 uses glibc 2.36

So this is as close as it gets.

@soedirgo soedirgo merged commit a11bae5 into master Sep 18, 2023
4 checks passed
@soedirgo soedirgo deleted the chore/node-18 branch September 18, 2023 05:22
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 this pull request may close these issues.

2 participants