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.
2 parents cf1907f + 8191028 commit bf1d054Copy full SHA for bf1d054
.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