From 72ab54565b3c3aa985e3743a37d84e914f27211b Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 4 Jan 2024 13:56:15 +0100 Subject: [PATCH] build(gha): run install before build --- .github/workflows/push.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0bb917c2..73f1828b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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