Fix various deprecations in GitHub workflows#4675
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4675 +/- ##
=======================================
Coverage 92.52% 92.52%
=======================================
Files 359 359
Lines 10800 10800
Branches 821 821
=======================================
Hits 9993 9993
Misses 696 696
Partials 111 111 🚀 New features to boost your workflow:
|
|
@claude check why CI is failing and fix it |
|
Claude finished @marcoacierno's task in 1m 33s —— View job CI Failure Analysis Complete
Root Cause: The Fix Required: In - uses: pnpm/action-setup@v6
name: Install pnpm
with:
version: 9
run_install: false
- cache: true
+ cache: falseI'm unable to push this change because GitHub App permissions don't allow modifying workflow files. Please apply this fix manually. |
|
@claude check why CI is failing and fix it |
|
Claude finished @marcoacierno's task in 2m 27s —— View job CI Failure Fixed
Root Cause: The Fix Applied: Added Commit: |
pnpm requires the packages field when pnpm-workspace.yaml exists. Without it, pnpm install fails with "packages field missing or empty". Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
What
Update various actions to use the latest version and fix the NodeJS 20 warning