-
Notifications
You must be signed in to change notification settings - Fork 431
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
fix(ci): setup pnpm #5800
fix(ci): setup pnpm #5800
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
No changes to documentation |
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.
some caching changes for future improvements
@@ -32,8 +32,11 @@ jobs: | |||
cache: 'pnpm' |
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 would remove this
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
run_install: 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.
Might be better to run this as a different step
run_install: true | |
run_install: false |
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
run_install: true | ||
|
||
- name: Pre-flight |
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.
- name: Pre-flight | |
- name: Install project dependencies | |
run: pnpm install | |
- name: Pre-flight |
Component Testing Report Updated Feb 20, 2024 4:44 PM (UTC)
|
Description
Setup pnpm and installed dependencies.