Skip to content

Commit

Permalink
Changing workflow order for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Jul 5, 2024
1 parent 497ed25 commit eb4f90e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
token: ${{ secrets.LITCHBLICK_GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}

- run: git lfs pull --include .yarn/

- run: corepack enable

- uses: actions/[email protected]
with:
node-version: 16.17
cache: yarn

- run: git lfs pull --include .yarn/

- run: corepack enable

- run: yarn install --mode skip-build
env:
Expand Down

0 comments on commit eb4f90e

Please sign in to comment.