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

Update Node.js versions #1207

Merged
merged 3 commits into from
Sep 4, 2024
Merged

Update Node.js versions #1207

merged 3 commits into from
Sep 4, 2024

Conversation

timostamm
Copy link
Member

  • Add v22.7.0
  • Update v20 to 20.17.0
  • Update v18 to 18.20.4
  • Update v16 to 16.20.2
  • Remove v21 - it's not an LTS and no longer supported

Signed-off-by: Timo Stamm <ts@timostamm.de>
Signed-off-by: Timo Stamm <ts@timostamm.de>
@@ -69,20 +69,6 @@ describe("compression", () => {
);
}
});
it("should raise internal error on excessive readMaxBytes", async () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

This test ensures that we raise the error code "internal" if the readMaxBytes argument passed to decompress() is larger than what the decompressor supports.

We just had to update the implementation because error codes changed in a minor, and v22 would require us to change it again.

readMaxBytes is a configuration option that's verified elsewhere to be in bounds, so I think it's best we just remove this test.

@timostamm timostamm marked this pull request as ready for review September 3, 2024 15:48
@timostamm timostamm merged commit e1e5613 into main Sep 4, 2024
46 checks passed
@timostamm timostamm deleted the tstamm/Update-Node.js-versions branch September 4, 2024 10:15
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