Skip to content

Commit 58e2dab

Browse files
committed
Fix action
1 parent fddcf09 commit 58e2dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-playground-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: "Install Serverless"
3434
working-directory: ./playground-runner
35-
run: "npm install -g serverless@1.83.0"
35+
run: "sudo npm install -g serverless@1.83.0"
3636

3737
- name: "Cache PHP dependencies"
3838
uses: "actions/cache@v2"

0 commit comments

Comments
 (0)