0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 21:23:32 -05:00
denoland-deno/ext
Marvin Hagemeister fcdb431cae 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
2024-03-08 12:38:21 +05:30
..
broadcast_channel 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
cache 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
canvas 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
console 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
cron 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
crypto 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
fetch 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
ffi 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
fs 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
http chore: fix typos (#22677) 2024-03-08 12:38:20 +05:30
io 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
kv 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
napi 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
net 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
node fix: update node process version to latest node LTS (#22709) 2024-03-08 12:38:21 +05:30
tls 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
url 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
web perf(cli): use new deno_core timers (#22569) 2024-03-08 12:38:19 +05:30
webgpu 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
webidl 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
websocket 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00
webstorage 1.41.1 (#22642) 2024-02-29 19:25:44 -05:00