Skip to content

Commit 3efae8d

Browse files
authored
Merge pull request #336 from nextcloud/rel/1.15.0
[stable30] build: 1.15.0
2 parents 8a2dd5c + 22b6457 commit 3efae8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/appstore-build-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
5757
# Skip if no package.json
5858
if: ${{ steps.versions.outputs.nodeVersion }}
59-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
59+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
6060
with:
6161
node-version: ${{ steps.versions.outputs.nodeVersion }}
6262

@@ -72,7 +72,7 @@ jobs:
7272
filename: ${{ env.APP_NAME }}/appinfo/info.xml
7373

7474
- name: Set up php ${{ steps.php-versions.outputs.php-min }}
75-
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # v2.31.0
75+
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
7676
with:
7777
php-version: ${{ steps.php-versions.outputs.php-min }}
7878
coverage: none
@@ -95,7 +95,7 @@ jobs:
9595
# Skip if no package.json
9696
if: ${{ steps.versions.outputs.nodeVersion }}
9797
env:
98-
NODE_ENV: production
98+
CYPRESS_INSTALL_BINARY: 0
9999
run: |
100100
cd ${{ env.APP_NAME }}
101101
npm ci

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Workflow external scripts</name>
66
<summary>Rule based processing of files through specified external scripts</summary>
77
<description>Pass files on to external scripts depending on a defined set of rules.</description>
8-
<version>1.14.0</version>
8+
<version>1.15.0</version>
99
<licence>agpl</licence>
1010
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
1111
<namespace>WorkflowScript</namespace>

0 commit comments

Comments
 (0)