Skip to content

v5.2.8-beta.23

v5.2.8-beta.23 #270

Triggered via push May 13, 2024 12:27
Status Failure
Total duration 4m 58s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build (ubuntu-22.04)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource-archive-keyring.gpg && echo \"deb [signed-by=/usr/share/keyrings/nodesource-archive-keyring.gpg] https://deb.nodesource.com/node_18.x jammy main\" | tee /etc/apt/sources.list.d/nodesource.list && echo \"deb-src [signed-by=/usr/share/keyrings/nodesource-archive-keyring.gpg] https://deb.nodesource.com/node_18.x jammy main\" | tee -a /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && npm install -g yarn" did not complete successfully: exit code: 127
build (ubuntu-22.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, docker/metadata-action@v4, actions/setup-node@v1, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-22.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/