Bump Node version from 16.x LTS to 20.x LTS #53
Annotations
1 error and 4 warnings
Run docker/build-push-action@v2
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; case \"${osType}\" in alpine) alpineMajorVersion=$(sed -nr 's/^VERSION_ID=(\\d+\\.\\d+).*/\\1/p' /etc/os-release); case ${alpineMajorVersion} in 3.3|3.4|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12|3.13|3.14) libpqPackage=\"postgresql-dev\" ;; 3.15|*) libpqPackage=\"libpq-dev\" ;; esac; apk add --no-cache alpine-sdk openssh jq nano nodejs postgresql vim yarn ${libpqPackage} ; ;; debian|ubuntu) if [ -f /etc/apt/sources.list ]; then sed -i -r -e '/(jessie|stretch)[-\\/]updates/d' -e 's|http://(deb\\|httpredir).debian.org/debian (jessie\\|stretch)|http://archive.debian.org/debian \\2|' /etc/apt/sources.list; fi; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes apt-transport-https lsb-release ; debianReleaseCodename=$(lsb_release -cs); case ${debianReleaseCodename} in jessie|buster|stretch) apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes ca-certificates curl $([ \"${debianReleaseCodename}\" = \"jessie\" ] && echo \"libssl1.0.0\") ; sed -i 's|mozilla/DST_Root_CA_X3.crt|!mozilla/DST_Root_CA_X3.crt|g' /etc/ca-certificates.conf; update-ca-certificates; ;; esac; curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; case ${debianReleaseCodename} in jessie|stretch) echo \"deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main\" ;; *) echo \"deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main\" ;; esac > /etc/apt/sources.list.d/pgdg.list; curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.nodesource.com.gpg; case ${debianReleaseCodename} in jessie) echo \"deb https://deb.nodesource.com/node_14.x ${debianReleaseCodename} main\" ;; *) echo \"deb https://deb.nodesource.com/node_${NODE_VERSION}.x ${debianReleaseCodename} main\" ;; esac > /etc/apt/sources.list.d/nodesource.list; apt-get update; apt-get install --assume-yes --no-install-recommends --no-install-suggests --force-yes jq nano nodejs $([ \"${debianReleaseCodename}\" = \"bookworm\" ] && echo \"npm\") postgresql-client vim ; rm -rf /var/lib/apt/lists/*; npm install --global yarn; curl -sSL curl https://cli-assets.heroku.com/install.sh | sh; ;; esac;" did not complete successfully: exit code: 100
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/#-action@v2, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run docker/build-push-action@v2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run docker/build-push-action@v2
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading