diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index ec5e151..986f548 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -27,7 +27,7 @@ jobs: - name: Install Serverless CLI and dependencies run: | - yarn add -g serverless + npm i -g serverless yarn - name: Deploy to AWS env: