Consistently use Corepack's packageManager to bootstrap PNPM#4481
Merged
sschuberth merged 4 commits intoeclipse-apoapsis:mainfrom Feb 11, 2026
Merged
Consistently use Corepack's packageManager to bootstrap PNPM#4481sschuberth merged 4 commits intoeclipse-apoapsis:mainfrom
packageManager to bootstrap PNPM#4481sschuberth merged 4 commits intoeclipse-apoapsis:mainfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
sschuberth
commented
Feb 11, 2026
ui/docker/UI.Dockerfile
Outdated
| ENV PNPM_HOME="/pnpm" | ||
| ENV PATH="$PNPM_HOME:$PATH" | ||
| RUN corepack enable && corepack prepare pnpm@9.15.4 --activate | ||
| RUN corepack enable && corepack prepare pnpm@latest --activate |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
6cbd94b to
26a3244
Compare
Note that version ranges or "latest" syntax is not supported for Corepack's `packageManager` field. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
…field Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
26a3244 to
d4fe452
Compare
This requires to remove the explicit `cache: pnpm` as caching is now determined automatically via the `packageManager` field, also see [1]. Note that the `setup-node` action itself cannot enable Corepack yet [2]. [1]: actions/setup-node#686 [2]: actions/setup-node#531 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
d4fe452 to
5aaf932
Compare
packageManager to bootstrap PNPM
mnonnenmacher
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please have a look at the individual commit messages for the details.