Use NPM for gloabl dep
This commit is contained in:
2
.github/workflows/deploy-aws.yml
vendored
2
.github/workflows/deploy-aws.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Serverless CLI and dependencies
|
- name: Install Serverless CLI and dependencies
|
||||||
run: |
|
run: |
|
||||||
yarn add -g serverless
|
npm i -g serverless
|
||||||
yarn
|
yarn
|
||||||
- name: Deploy to AWS
|
- name: Deploy to AWS
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user