diff options
author | Fabian <43351274+0xk1f0@users.noreply.github.com> | 2023-09-04 12:33:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 12:33:15 +0200 |
commit | 2cc7c8432fc74b734e9d2b0c34c6a9ab434e5781 (patch) | |
tree | a1ada570bdc992621b01e53e4184d65dbbbe7f25 /cli/lsp/language_server.rs | |
parent | 1dc5d421149903f4e963e735755026d07022ac33 (diff) |
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.
Diffstat (limited to 'cli/lsp/language_server.rs')
0 files changed, 0 insertions, 0 deletions