containers: update NodeJS to 20.11.0 #221
containers.yml
on: pull_request
Build, test and push
59s
Annotations
1 error and 1 warning
Build, test and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && dpkg_arch=$(dpkg --print-architecture) && node_arch= && case \"$dpkg_arch\" in amd64) node_arch=\"x64\";; arm64) node_arch=\"arm64\";; armhf) node_arch=\"armv7l\";; *) echo \"Error: unsupported nodejs architecture\"; exit 1;; esac && gpg --keyserver keyserver.ubuntu.com --keyserver keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 74F12602B6F1C4E913FAA37AD3A89613643B6201 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C DD8F2338BAE7501E3DD5AC78C273792F7D83545D A48C2BEE680E841632CD4E44F07496B3EB3C1762 108F52B48DB57BB0CC439B2997B01419BD92F80A B9E2F5981AA6E0CD28160D9FF13993A75599653C && release_name=node-v${node_version}-linux-${node_arch} && tarball_name=${release_name}.tar.xz && curl -LO \"https://nodejs.org/dist/v${node_version}/${tarball_name}\" && curl -LO \"https://nodejs.org/dist/v${node_version}/SHASUMS256.txt.asc\" && gpg -o SHASUMS256.txt --decrypt SHASUMS256.txt.asc && grep -F \"${tarball_name}\" SHASUMS256.txt | sha256sum -c - && mkdir -p \"/node-${node_version}\" && tar -C \"/node-${node_version}\" --strip-components=1 -xf \"${tarball_name}\" && rm SHASUMS256.txt* \"$tarball_name\"" did not complete successfully: exit code: 2
|
Build, test and push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/metadata-action@v4.3.0, docker/setup-qemu-action@v2.1.0, docker/setup-buildx-action@v2.5.0, docker/build-push-action@v4.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|