diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b078290..c3d8a85 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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