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

Use a newer pnpm #148

Merged
merged 5 commits into from
Jul 14, 2023
Merged

Use a newer pnpm #148

merged 5 commits into from
Jul 14, 2023

Conversation

NullVoxPopuli
Copy link
Collaborator

Upgrades us to pnpm 8, and switch CI to a setup that respects the volta config and provides pnpm cache at the same time.

This was needed because I noticed that in https://github.com/embroider-build/addon-blueprint/actions/runs/5555665340/jobs/10147127100 (for #147) some pnpm features I expected to work were not working -- mainly, package.json scripts were not invoking correctly without a pnpm prefix.

@@ -63,9 +63,8 @@
}
},
"volta": {
"node": "14.21.3",
"node": "16.20.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, but we should probably drop node 14 -- separate PR tho

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved 👍

@NullVoxPopuli NullVoxPopuli merged commit c07c3dd into main Jul 14, 2023
@NullVoxPopuli NullVoxPopuli deleted the use-modern-pnpm branch July 14, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants