Skip to content

Commit

Permalink
yarn npm ci equiv
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Aug 20, 2024
1 parent 6f0aafe commit 9e0aa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy master branch
name: Deploy preview branch

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn ci
- run: rm -rf node_modules && yarn install --frozen-lockfile
- name: Install Plugin & Deploy
uses: serverless/[email protected]
with:
Expand Down

0 comments on commit 9e0aa82

Please sign in to comment.