chore: update remote node.js (#213439)

* chore: update remote node.js to v20.11.1

* chore: remove io_uring workaround

* chore: update checksums

* temp: update distro

* ci: rebuild cache

* chore: bump distro
This commit is contained in:
Robo
2024-05-26 14:12:14 +09:00
committed by GitHub
parent 6749a5a0bb
commit 56db61ec8a
7 changed files with 13 additions and 33 deletions

View File

@@ -9,8 +9,4 @@ esac
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
# workaround for https://github.com/microsoft/vscode/issues/212678
# Remove this once we update to Node.js >= 20.11.x
export UV_USE_IO_URING=0
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"