Use node20

This commit is contained in:
Pete Fotheringham 2024-10-26 20:37:27 +01:00 committed by GitHub
parent 7363ff374a
commit a2b369be67
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