Skip to content

Commit

Permalink
Fix node build for NC 29 (#148)
Browse files Browse the repository at this point in the history
* Fix Node build (#145)

Signed-off-by: Robin Windey <[email protected]>

* Bump version to 1.29.1

Signed-off-by: Robin Windey <[email protected]>

---------

Signed-off-by: Robin Windey <[email protected]>
  • Loading branch information
R0Wi authored Jun 9, 2024
1 parent 2adcb9d commit 47a9b8f
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 2,672 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
- uses: actions/checkout@master

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
continue-on-error: false
with:
path: ${{ env.APP_NAME }}

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
path: ${{ env.APP_NAME }}

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
continue-on-error: false
with:
path: ${{ env.APP_NAME }}

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: apps/viewer

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
integrating the photo-sphere-viewer.js component
into your nextcloud instance.
]]></description>
<version>1.29.0</version>
<version>1.29.1</version>
<licence>agpl</licence>
<author mail="[email protected]" >Robin Windey</author>
<namespace>Files_PhotoSpheres</namespace>
Expand Down
Loading

0 comments on commit 47a9b8f

Please sign in to comment.