Skip to content
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 workflow to update dependencies #1549

Merged
merged 1 commit into from Feb 27, 2023

Conversation

henrymercer
Copy link
Contributor

This is failing with a similar problem to #1544:

npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /Users/runner/.npm/_cacache/tmp/ded008dd
npm ERR! errno -13
npm ERR! 
npm ERR! Your cache folder contains root-owned files, due to a bug in
npm ERR! previous versions of npm which has since been addressed.
npm ERR! 
npm ERR! To permanently fix this problem, please run:
npm ERR!   sudo chown -R 501:20 "/Users/runner/.npm"

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/runner/.npm/_logs/2023-02-24T19_48_49_727Z-debug-0.log
Error: Process completed with exit code 243.

Port over the fix from #1544 and share code so these scripts don't get out of sync again.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

Port over the fix from
#1544
and share code so these scripts don't get out of sync again.
@henrymercer henrymercer requested a review from a team as a code owner February 24, 2023 20:26
@henrymercer henrymercer added the Update dependencies Trigger PR workflow to update dependencies label Feb 24, 2023
@github-actions github-actions bot removed the Update dependencies Trigger PR workflow to update dependencies label Feb 24, 2023
@henrymercer
Copy link
Contributor Author

Ah of course, adding the label triggers the workflow on main.

@henrymercer henrymercer merged commit 041757f into main Feb 27, 2023
@henrymercer henrymercer deleted the henrymercer/fix-update-dependencies branch February 27, 2023 09:11
@github-actions github-actions bot mentioned this pull request Mar 10, 2023
6 tasks
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.

None yet

2 participants