Update (not all) deps, migrate eslint to new format. compile to es2024

This commit is contained in:
Vilius Sutkus '89
2026-03-24 23:22:17 +02:00
parent c4c8fe5bcd
commit 125835f877
8 changed files with 4730 additions and 7005 deletions

View File

@@ -185,7 +185,6 @@ async function run(): Promise<void> {
core.addPath(path.join(ANDROID_SDK_ROOT, 'platform-tools'))
core.debug('add matchers')
// eslint-disable-next-line no-console
console.log(`##[add-matcher]${path.join(__dirname, '..', 'matchers.json')}`)
}