Github CI with PNPM?
Hey everyone, I'm new to GitHub CI and I'm trying to write a simple workflow for a T3 stack repository that uses PNPM. Can someone please share a sample GitHub CI workflow that I can use as a reference?
3 Replies
You should be fine to use this Action package, it seems to be from the official
pnpm
team https://github.com/pnpm/action-setupGitHub
GitHub - pnpm/action-setup: Install pnpm package manager
Install pnpm package manager. Contribute to pnpm/action-setup development by creating an account on GitHub.
Thank you 😄