update workflow

This commit is contained in:
Obelous 2025-06-24 19:01:32 +01:00
parent 274ce6fdaf
commit 3b3f2764bc
2 changed files with 8 additions and 8 deletions

16
.github/workflows/update.yml vendored Normal file
View file

@ -0,0 +1,16 @@
on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: node update.js