-
Notifications
You must be signed in to change notification settings - Fork 2k
Upgrade to pnpm v7.2.1 #1403
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
Upgrade to pnpm v7.2.1 #1403
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@@ -27,12 +27,12 @@ jobs: | |||
go-version: 1.18.0 | |||
id: go | |||
|
|||
- uses: pnpm/action-setup@v2 | |||
- uses: pnpm/action-setup@v2.2.2 |
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.
I'm on board with pinning a version, but I think @nathanhammond just unpinned it from what we had before.
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.
Copying the recipe from https://pnpm.io/continuous-integration#github-actions
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v3 | ||
uses: actions/setup-node@v2 |
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.
Is there a reason to downgrade this?
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.
I am copying the recipe from pnpm.io https://pnpm.io/continuous-integration#github-actions
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.
Was getting this error with v3 https://github.com/vercel/turborepo/runs/6868760610?check_suite_focus=true
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.
That error has been very frequent over the past two days. I've been trying random things to address.
No description provided.