From 2fd73d3bf4985625e8d186c169eb64b386a7a72a Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 9 Dec 2024 15:46:18 +0100 Subject: [PATCH] ci: use boost.io node --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1547124e3..fde3b642a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: set -x apt-get update apt-get install -y curl xz-utils - curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz + curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217 ldd /__e/node20/bin/node