We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f4012 commit a648d22Copy full SHA for a648d22
.github/workflows/ci.yml
@@ -315,7 +315,7 @@ jobs:
315
fi
316
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
317
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
318
- 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
+ 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
319
320
321
git config --global pack.threads 0
0 commit comments