From a2b369be67960c33ad7066c4d972d58e51fa46b8 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Sat, 26 Oct 2024 20:37:27 +0100 Subject: [PATCH] Use node20 --- .github/workflows/updater.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 0eb9c55..b0f0c60 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -3,6 +3,9 @@ on: schedule: - cron: '37 13 * * *' workflow_dispatch: +runs: + using: 'node20' + main: 'dist/index.js' jobs: Update-Apks: runs-on: ubuntu-latest