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

Bump node from 18.17.1 to 20.11.0 #22

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Bump node from 18.17.1 to 20.11.0 #22

merged 2 commits into from
Feb 9, 2024

Conversation

kyntk
Copy link

@kyntk kyntk commented Feb 8, 2024

What

  • Bump node from 18.17.1 to 20.11.0.
  • Fix rack response

@kyntk kyntk force-pushed the docker/node-20.11.0 branch 2 times, most recently from b80bf73 to 0cc4d2e Compare February 9, 2024 05:09
@@ -194,7 +194,7 @@ process_url = (url, transferredHeaders, resp, remaining_redirects) ->
# decode a string of two char hex digits
hexdec = (str) ->
if str and str.length > 0 and str.length % 2 == 0 and not str.match(/[^0-9a-f]/)
buf = new Buffer(str.length / 2)
buf = new Buffer.alloc(str.length / 2)
Copy link
Author

Choose a reason for hiding this comment

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

Fixed this error

DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

@kyntk kyntk self-assigned this Feb 9, 2024
@kyntk kyntk requested review from a team and atm-snag2 and removed request for a team February 9, 2024 05:20
CHANGELOG.md Outdated
@@ -3,6 +3,8 @@ Unreleased

<!-- Add descriptions of changes here -->

* Add support for Node v20 and drop support for Node v17 [22](https://github.com/increments/camo/pull/22)

Choose a reason for hiding this comment

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

maybe

Suggested change
* Add support for Node v20 and drop support for Node v17 [22](https://github.com/increments/camo/pull/22)
* Add support for Node v20 and drop support for Node v17 or before [22](https://github.com/increments/camo/pull/22)

Copy link
Author

Choose a reason for hiding this comment

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

@atm-snag2
Thanks! I fixed it 👍

Copy link

@atm-snag2 atm-snag2 left a comment

Choose a reason for hiding this comment

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

LGTM

@kyntk kyntk merged commit 9e76eb0 into master Feb 9, 2024
3 checks passed
@kyntk kyntk deleted the docker/node-20.11.0 branch February 9, 2024 07:14
@kyntk kyntk mentioned this pull request Feb 9, 2024
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