Merge pull request #34 from lineageos4microg/petefoth-patch-1
Use node20
This commit is contained in:
commit
8dc9d78e5b
3
.github/workflows/updater.yml
vendored
3
.github/workflows/updater.yml
vendored
@ -3,6 +3,9 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '37 13 * * *'
|
- cron: '37 13 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
runs:
|
||||||
|
using: 'node20'
|
||||||
|
main: 'dist/index.js'
|
||||||
jobs:
|
jobs:
|
||||||
Update-Apks:
|
Update-Apks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user