Skip to content

Commit

Permalink
build(gha): run install before build
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 4, 2024
1 parent e956a81 commit 72ab545
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ jobs:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_REPO_TOKEN }}
fetch-depth: 0

- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: ${{ vars.NODE_VERSION }}

- name: 'Build'
shell: bash
# language=sh
Expand Down

0 comments on commit 72ab545

Please sign in to comment.