-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing workflow order for dependabot
- Loading branch information
1 parent
497ed25
commit eb4f90e
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|