Update pipelines

This commit is contained in:
minibits-cash
2024-10-03 15:54:55 +02:00
parent 0702d5ba3a
commit 707e3bcef9
2 changed files with 10 additions and 2 deletions
+6 -2
View File
@@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
# Fetch javascript bundle version from package.json
- name: Read package.json version and detect changes
@@ -103,7 +103,11 @@ jobs:
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
uses: bahmutov/npm-install@v1.10.2
# with:
# install-command: 'yarn install'
# install-command: 'yarn '
- name: Apply patches
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
run: yarn postinstall
- name: Install Sentry CLI
if: ${{ env.IS_VERSION_CHANGED == 'true' }}