0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/ext
Fabian 2cc7c8432f
fix(node): Bump hardcoded version to latest (#20366)
When trying to run
```
deno run -A --unstable npm:astro dev
```
in my Astro project it fails with:
```
Node.js v18.12.1 is not supported by Astro!
Please upgrade Node.js to a supported version: ">=18.14.1"
```
My current version is:
```
~ ❯ node --version
v20.5.1
```

Bumping the version to the latest stable Release of node in
`ext/node/polyfills/_process/process.ts` fixes this.
I don't know if this causes any conflicts, so please feel free to
correct me here.
2023-09-04 12:33:15 +02:00
..
broadcast_channel chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
cache chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
console chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
crypto chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fetch chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
ffi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
fs chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
http chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
io chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
kv fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341) 2023-09-03 17:47:52 -07:00
napi chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
net chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
node fix(node): Bump hardcoded version to latest (#20366) 2023-09-04 12:33:15 +02:00
tls chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
url chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
web refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) 2023-09-02 08:48:21 +02:00
webidl chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00
websocket refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) 2023-09-02 08:48:21 +02:00
webstorage chore: forward v1.36.4 to main (#20352) 2023-09-01 18:08:58 +00:00