Synchronize package.json
and package-lock.json
with Dockerfile
version of node
#721
Annotations
4 errors
testing
Process completed with exit code 1.
|
linting
Process completed with exit code 1.
|
Prepare docker container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache jq && npx semver -r $(jq -r '.packages.\"\".engines.node' package-lock.json) $(node -v) || >&2 echo \"ERROR: package-lock.json is not synchronized with Dockerfile node version.\" && exit 1" did not complete successfully: exit code: 1
|
docker-build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache jq && npx semver -r $(jq -r '.packages.\"\".engines.node' package-lock.json) $(node -v) || >&2 echo \"ERROR: package-lock.json is not synchronized with Dockerfile node version.\" && exit 1" did not complete successfully: exit code: 1
|