node version >=14.17 is required. Found v12.22.6. #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Griefed/Gitlab-Semantic-Release#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running griefed/gitlab-semantic-release:latest or 2.0.2, 2.0.1 I get following error:
From 2.x.x only 2.0.0 is working.
Heya wpietruszewski,
thanks for the bug report. Currently trying to figure out why it installed version 12.22.
docker-dinduses alpine, so I switched to installingnodejs-currentin this image as it is supposed to be version 16.11.1-r1 as per the alpine package registry, but it obviously didn't work the way I wanted it to.The issue seems to be
docker:stableas it seems to be using such an old Alpine version, that only Node 12.22.6 is available.Unfortunately it is also one of the few last
dockerimages which supportsarmv7.Using
docker:20.10.9works as it installs Node 16.11.1 and npm 7.17.0, but it will from then on only be available for amd64 and arm64/v8 infrastructures.Well whoops, the workflow closed the issue automatically. Sorry about that.
Please try version 3.0.0 and let me know whether this fixed the issue for you!
Unfortunately this change now made the docker image incompatible with
armv7architectures. Please be aware of that when using it.Hi,
Thanks for such fast response. I've checked 3.0.0 and it works okay.
Cheers,
Wojtek