initial version

This commit is contained in:
Robin Appelman 2023-11-02 17:03:53 +01:00
commit c12ca846eb
12 changed files with 469 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "nextcloud-version-matrix",
"version": "1.0.0",
"description": "Generate nextcloud version matrix for an app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"url-exist": "^2.0.2",
"xmldom": "^0.6.0",
"xpath": "0.0.27"
}
}