From 3aa385cf418a9738754af902148a1726548cc6ed Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 30 Aug 2023 15:46:34 +0100 Subject: [PATCH] Use NPM for gloabl dep --- .github/workflows/deploy-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: