fix: Always prefer tauri configs further up the file tree (#502)

* fix: add custom file search for more consistent results.

This fixes issues where the action used config files in deeply nested directories instead of the correct one in the upper levels.

* update target to es2021 since we run on nodejs16

* add todo

* globby test drive

* globby di glob

* cleanup

* remove sort. add another change file

* remove changefile tags
This commit is contained in:
Fabian-Lars
2023-07-25 16:37:50 +02:00
committed by GitHub
parent 3263f6abb5
commit c87af545bb
10 changed files with 107 additions and 78 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"module": "esnext",
"target": "es2015",
"target": "es2021",
"pretty": true,
"esModuleInterop": true,
"resolveJsonModule": true,