Skip to content

Commit fce343b

Browse files
committed
Use boost.io node
1 parent 91f484d commit fce343b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
git config --global pack.threads 0
149149
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
150150
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
151-
curl -sL https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
151+
curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
152152
fi
153153
154154
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)