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

Restore older node support #1528

Merged
merged 2 commits into from Jul 13, 2023
Merged

Restore older node support #1528

merged 2 commits into from Jul 13, 2023

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Jul 12, 2023

@embroider/shared-internals is used by ember-auto-import, and ember-auto-import intentionally has a very wide support policy that includes node 12.

`@embroider/shared-internals` is used by ember-auto-import, and ember-auto-import intentionally has a very wide support policy that includes node 12.
@ef4 ef4 added the bug Something isn't working label Jul 12, 2023
Comment on lines 48 to 49
let nodebin = tryit.output.trim();
let result = await app.execute(`${nodebin} ./node_modules/.bin/qunit ./test.js`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

consider my mind blown

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Volta is pretty good at keeping you inside its little fence. Need to be tricky if you actually want to get out like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe there's actually real Volta public API for doing this in a way that doesn't need tricks...

@ef4 ef4 merged commit 44b2319 into main Jul 13, 2023
190 checks passed
@ef4 ef4 deleted the shared-internals-old-node branch July 13, 2023 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants