Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent a456121 commit 1fa605f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ runs:
- name: Install dependencies
shell: bash
run: |
npm ci --with=dev
npm ci --with=dev --prefix=examples/users-api
npm i --with=dev --prefix=examples/${{ inputs.integration }} --no-package-lock --legacy-peer-deps
npm ci
npm ci --prefix=examples/users-api
npm i --prefix=examples/${{ inputs.integration }} --no-package-lock --legacy-peer-deps

0 comments on commit 1fa605f

Please sign in to comment.