Skip to content

feat: Support Node v18 #1041

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

Merged
merged 5 commits into from
Oct 31, 2022
Merged

feat: Support Node v18 #1041

merged 5 commits into from
Oct 31, 2022

Conversation

texastony
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Change the test to use the `queueMicrotask`.
This keeps the call stack in bounds.

node v18 was having some issues with this test.
`npm audit fix --force`

This fixed `digital envelope routines`.
In v17 there was an openssl breaking change.
webpack needed to be updated.
`npm update webpack`
@seebees seebees mentioned this pull request Oct 30, 2022
1 task
@seebees seebees marked this pull request as ready for review October 30, 2022 20:13
@seebees seebees requested a review from a team as a code owner October 30, 2022 20:13
@seebees seebees changed the title test(CB): force ci to run again with no change chore: Test node v18 Oct 31, 2022
Comment on lines +15 to +16
- npm -v
- node -v
Copy link
Contributor

Choose a reason for hiding this comment

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

i assume these are for debugging purposes?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I left them in since it is using n to manually update the version.

Copy link
Contributor

@josecorella josecorella left a comment

Choose a reason for hiding this comment

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

@seebees, should this be a feat since we are adding a new supported runtime?

@seebees seebees changed the title chore: Test node v18 feat: Support Node v18 Oct 31, 2022
@seebees seebees merged commit 5f39e1e into aws:master Oct 31, 2022
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.

3 participants