-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from H2CK:feature/update_nc28
Support NC28
- Loading branch information
Showing
14 changed files
with
70,460 additions
and
6,540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
uses: mavrosxristoforos/[email protected] | ||
with: | ||
xml-file: ${{ env.APP_NAME }}/appinfo/info.xml | ||
xpath: "//info//dependencies//nextcloud/@min-version" | ||
xpath: "//info//dependencies//nextcloud/@max-version" | ||
|
||
- name: Read package.json node and npm engines version | ||
uses: skjnldsv/read-package-engines-version-actions@v2 | ||
|
@@ -47,8 +47,8 @@ jobs: | |
continue-on-error: true | ||
with: | ||
path: ${{ env.APP_NAME }} | ||
fallbackNode: "^14" | ||
fallbackNpm: "^6" | ||
fallbackNode: "^16" | ||
fallbackNpm: "^8" | ||
|
||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }} | ||
# Skip if no package.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
uses: mavrosxristoforos/[email protected] | ||
with: | ||
xml-file: ${{ env.APP_NAME }}/appinfo/info.xml | ||
xpath: "//info//dependencies//nextcloud/@min-version" | ||
xpath: "//info//dependencies//nextcloud/@max-version" | ||
|
||
- name: Read package.json node and npm engines version | ||
uses: skjnldsv/read-package-engines-version-actions@v2 | ||
|
@@ -55,8 +55,8 @@ jobs: | |
continue-on-error: true | ||
with: | ||
path: ${{ env.APP_NAME }} | ||
fallbackNode: "^14" | ||
fallbackNpm: "^6" | ||
fallbackNode: "^16" | ||
fallbackNpm: "^8" | ||
|
||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }} | ||
# Skip if no package.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Full documentation can be found at: | |
- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation) | ||
]]></description> | ||
<version>0.7.1</version> | ||
<version>0.7.2</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://github.com/H2CK/oidc">Thorsten Jagel</author> | ||
<namespace>OIDCIdentityProvider</namespace> | ||
|
@@ -39,7 +39,7 @@ Full documentation can be found at: | |
<screenshot>https://raw.githubusercontent.com/H2CK/oidc/master/docs/oidc-app.png</screenshot> | ||
<dependencies> | ||
<lib>openssl</lib> | ||
<nextcloud min-version="23" max-version="27"/> | ||
<nextcloud min-version="25" max-version="28"/> | ||
</dependencies> | ||
|
||
<background-jobs> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.