Updated deploy script

This commit is contained in:
Dylan 2022-12-06 19:02:07 +00:00
parent 812d99cd77
commit 0ac55ae11b

View File

@ -22,10 +22,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
cache: 'npm'
- name: Install packages
run: yarn install --frozen-lockfile
run: npm install
- name: Deploy
run: serverless deploy