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

fix: update node process version to latest node LTS #22709

Merged
merged 1 commit into from Mar 5, 2024

Conversation

marvinhagemeister
Copy link
Contributor

The issue seems to be already fixed since we upped to a newer 18.x version string in another PR. Updating to latest node LTS version can't hurt though.

Fixes #21515

@marvinhagemeister marvinhagemeister merged commit c38f59f into main Mar 5, 2024
17 checks passed
@marvinhagemeister marvinhagemeister deleted the node-process-version branch March 5, 2024 16:02
littledivy pushed a commit that referenced this pull request Mar 8, 2024
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
The issue seems to be already fixed since we upped to a newer 18.x
version string in [another
PR](#20366). Updating to latest
node LTS version can't hurt though.

Fixes #21515
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.

Astro error, node 18.17.1 is not supported
2 participants