Merge pull request #34 from lineageos4microg/petefoth-patch-1

Use node20
This commit is contained in:
Pete Fotheringham 2024-10-26 20:38:06 +01:00 committed by GitHub
commit 8dc9d78e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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