We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58bb1e commit 8191028Copy full SHA for 8191028
.github/actions/prepare-workflow/action.yml
@@ -16,6 +16,8 @@ runs:
16
sudo chown -R testbot .
17
sudo mkdir -p /home/testbot/.cache/buf
18
sudo chown -R testbot:testbot /home/testbot/.cache
19
+ sudo mkdir -p /github/home/.npm
20
+ sudo chown -R testbot:testbot /github/home/.npm
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v6
0 commit comments