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

test: temporarily pin Node.js 18 testing to 18.18.2 #1873

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Dec 20, 2023

This is as a workaround for ESM testing failing with v18.19.0 due
to node's off-thread ESM loading and import-in-the-middle's limitation
with reexports.

Refs: #1872

This is as a workaround for ESM testing failing with v18.19.0 due
to node's off-thread ESM loading and import-in-the-middle's limitation
with reexports.

Refs: open-telemetry#1872
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Merging #1873 (27d5fe0) into main (e35e370) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1873   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         144      144           
  Lines        7406     7406           
  Branches     1483     1483           
=======================================
  Hits         6773     6773           
  Misses        633      633           

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Thanks! Hoping we can unpin that again soon.

@pichlermarc
Copy link
Member

pichlermarc commented Dec 21, 2023

Created #1875 to follow up when we have a way forward.
Edit: nevermind that's tracked by #1872, sorry for the spam.

@pichlermarc pichlermarc merged commit 44cba00 into open-telemetry:main Dec 21, 2023
14 checks passed
david-luna pushed a commit to david-luna/opentelemetry-js-contrib that referenced this pull request Dec 27, 2023
)

This is as a workaround for ESM testing failing with v18.19.0 due
to node's off-thread ESM loading and import-in-the-middle's limitation
with reexports.

Refs: open-telemetry#1872
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