Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pnpm version from pnpm/action-setup #328

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

nickschot
Copy link
Contributor

I generated a fresh --pnpm version of the blueprint and ran into an issue with CI not liking that a version for pnpm was still specified while we also have packageManager set preventing CI from running at all.

They were out of sync as well (v8 in CI, v10 in package.json), but apparently it's no longer needed to specify a version in the CI config if packageManager is set in package.json.

Example CI error: https://github.com/nickschot/macros-reproduction/actions/runs/13472870355
Docs for the action: https://github.com/pnpm/action-setup?tab=readme-ov-file#version

@nickschot nickschot force-pushed the fix/pnpm-ci-template branch from 6ae9f0b to 934503c Compare February 22, 2025 12:56
@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Feb 22, 2025
@NullVoxPopuli
Copy link
Collaborator

Thank you!

@NullVoxPopuli NullVoxPopuli merged commit 7adf761 into embroider-build:main Feb 22, 2025
15 checks passed
@github-actions github-actions bot mentioned this pull request Feb 22, 2025
@nickschot nickschot deleted the fix/pnpm-ci-template branch February 22, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants