Fix pipeline

This commit is contained in:
minibits-cash
2024-10-03 16:03:11 +02:00
parent 707e3bcef9
commit c040f1a28d
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -99,6 +99,10 @@ jobs:
echo COMMIT='${{ env.COMMIT_HASH }}' >> .env
# Install dependecies from package.json
- name: Setup yarn
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
run: corepack enable
- name: Install app dependencies
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
uses: bahmutov/npm-install@v1.10.2