diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-03-05 17:02:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 17:02:08 +0100 |
commit | c38f59f6579910b922d89b341d80e5fa01fee3d7 (patch) | |
tree | e960d5156091d4732eac961c7138204864e5c879 /cli/tools/registry/mod.rs | |
parent | 72d34a79ac3ab6b9529fdcc09a050362ce379b4c (diff) |
fix: update node process version to latest node LTS (#22709)
<!--
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](https://github.com/denoland/deno/pull/20366). Updating to latest
node LTS version can't hurt though.
Fixes https://github.com/denoland/deno/issues/21515
Diffstat (limited to 'cli/tools/registry/mod.rs')
0 files changed, 0 insertions, 0 deletions