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 fddcf09 commit 58e2dabCopy full SHA for 58e2dab
1 file changed
.github/workflows/update-playground-runner.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: "Install Serverless"
34
working-directory: ./playground-runner
35
- run: "npm install -g serverless@1.83.0"
+ run: "sudo npm install -g serverless@1.83.0"
36
37
- name: "Cache PHP dependencies"
38
uses: "actions/cache@v2"
0 commit comments