-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use a newer pnpm #148
Conversation
@@ -63,9 +63,8 @@ | |||
} | |||
}, | |||
"volta": { | |||
"node": "14.21.3", | |||
"node": "16.20.1", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved 👍
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 apnpm
prefix.