Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 6, 2021
1 parent fddcf09 commit 58e2dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-playground-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: "Cache PHP dependencies"
uses: "actions/cache@v2"
Expand Down

0 comments on commit 58e2dab

Please sign in to comment.