Skip to content

Switch to pnpm#11

Merged
smoliji merged 1 commit intomasterfrom
feat/pnpm
Feb 10, 2026
Merged

Switch to pnpm#11
smoliji merged 1 commit intomasterfrom
feat/pnpm

Conversation

@smoliji
Copy link
Collaborator

@smoliji smoliji commented Feb 6, 2026

My first hands-on migration from npm to pnpm. I've...

  • used https://github.com/pnpm/action-setup to make pnpm available in Actions, left without version to automatically pick version from packageManager
  • installed pnpm with curl -fsSL https://get.pnpm.io/install.sh | sh -
  • replaced npm commands with pnpm commands
  • removed package-lock.json
  • set packageManager and devEngines to package.json (npm ci now fails ✅ )

Anything that could've missed or misplaced?

@smoliji smoliji self-assigned this Feb 6, 2026
@smoliji smoliji force-pushed the feat/pnpm branch 2 times, most recently from cea533a to ba0a40b Compare February 6, 2026 06:19
@smoliji smoliji requested a review from pavelsvagr February 6, 2026 06:20
@@ -0,0 +1 @@
minimumReleaseAge=4320 # 3 days
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for going with some try on this, would be nice to agree together on what is the best value here with the team. But we can change later for sure as well. 👍

Also consider using

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks, added!

@smoliji smoliji merged commit 59bb4e2 into master Feb 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants