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

Set Node version in a single place #6534

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Nov 14, 2023

This should make it much easier to update. Also use 18.15.0 specifically since that is what VS Code ships with.

It might also fix the issue with Yarn skipping the post-install because that happens when it needs to install node-gyp and node-gyp stopped being bundled from 18.18 onward. We will need to address this at some point though.

@code-asher code-asher requested a review from a team as a code owner November 14, 2023 21:26
This should make it much easier to update.  Also use 18.15.0
specifically since that is what VS Code ships with.
@code-asher code-asher merged commit da254c3 into coder:main Nov 14, 2023
7 checks passed
@code-asher code-asher deleted the node-version branch November 14, 2023 21:45
yiliang114 pushed a commit to yiliang114/code-server that referenced this pull request Jan 23, 2025
This should make it much easier to update.  Also use 18.15.0
specifically since that is what VS Code ships with.

Additionally, it fixes the post-install script being skipped due to
a Yarn v1 bug that happens when Yarn installs node-gyp, which
it does because 18.18 onward stopped bundling node-gyp.
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.

1 participant